Skip to content

Commit

Permalink
FILEBOT_VERSION 5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rednoah committed Jul 29, 2024
1 parent 474163d commit ae70bdb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:22.04
LABEL maintainer="Reinhard Pointner <[email protected]>"


ENV FILEBOT_VERSION 5.1.3
ENV FILEBOT_VERSION 5.1.4


RUN set -eux \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM openjdk:17-alpine
LABEL maintainer="Reinhard Pointner <[email protected]>"


ENV FILEBOT_VERSION 5.1.3
ENV FILEBOT_VERSION 5.1.4
ENV FILEBOT_URL https://get.filebot.net/filebot/FileBot_$FILEBOT_VERSION/FileBot_$FILEBOT_VERSION-portable.tar.xz
ENV FILEBOT_SHA256 d539025770a383fe5864e0dc795e66403b0f624d3d214efe507c0f470b76bc04
ENV FILEBOT_SHA256 504806ddb413e463cc7e1fe7c42d5a5c6b1bf07284e4ebf96b1d142e32ebef75

ENV FILEBOT_HOME /opt/filebot

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.graalvm
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM ghcr.io/graalvm/graalvm-ce:latest
LABEL maintainer="Reinhard Pointner <[email protected]>"


ENV FILEBOT_VERSION 5.1.3
ENV FILEBOT_VERSION 5.1.4
ENV FILEBOT_URL https://get.filebot.net/filebot/FileBot_$FILEBOT_VERSION/FileBot_$FILEBOT_VERSION-portable.tar.xz
ENV FILEBOT_SHA256 d539025770a383fe5864e0dc795e66403b0f624d3d214efe507c0f470b76bc04
ENV FILEBOT_SHA256 504806ddb413e463cc7e1fe7c42d5a5c6b1bf07284e4ebf96b1d142e32ebef75


ENV FILEBOT_HOME /opt/filebot
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.node
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM rednoah/filebot
LABEL maintainer="Reinhard Pointner <[email protected]>"


ENV FILEBOT_NODE_VERSION 0.4.6
ENV FILEBOT_NODE_VERSION 0.4.7
ENV FILEBOT_NODE_URL https://github.com/filebot/filebot-node/releases/download/$FILEBOT_NODE_VERSION/filebot-node_$FILEBOT_NODE_VERSION.tar.xz
ENV FILEBOT_NODE_SHA256 cb799aa3cd9ea333277b7d657336a60ae7cfbe24afb54b77324b695083e744a2
ENV FILEBOT_NODE_SHA256 479350e974e6f5fded581a54ff74c312a339a76ff86d9883261e94b051ca1a38


ENV FILEBOT_NODE_HOME /opt/filebot-node
Expand Down
19 changes: 0 additions & 19 deletions Dockerfile.projector
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,6 @@ RUN set -eux \
&& rm -rvf /var/lib/apt/lists/*


# REQUIRES FileBot r10340 OR HIGHER
ENV FILEBOT_REVISION r10348
ENV FILEBOT_VERSION 5.1.4
ENV FILEBOT_URL https://get.filebot.net/filebot/BETA/FileBot_${FILEBOT_VERSION}_universal.deb


RUN set -eux \
## ** uninstall stable release
&& DEBIAN_FRONTEND=noninteractive apt-get purge -y filebot \
&& rm -rv /usr/share/filebot \
## ** install latest revision
&& curl -o /tmp/filebot.deb "https://get.filebot.net/filebot/BETA/FileBot_${FILEBOT_VERSION}_universal.deb" \
&& dpkg -i /tmp/filebot.deb \
&& rm -v /tmp/filebot.deb \
## ** apply custom application configuration
&& sed -i 's|APP_DATA=.*|APP_DATA="$HOME"|g; s|-Dapplication.deployment=deb|-Dapplication.deployment=docker -Duser.home="$HOME"|g' /usr/bin/filebot


# REQUIRES FileBot r10340 OR HIGHER
RUN set -eux \
## ** install projector
&& curl -fsSL -o /tmp/projector-server.zip https://github.com/JetBrains/projector-server/releases/download/v1.8.1/projector-server-v1.8.1.zip \
Expand Down

0 comments on commit ae70bdb

Please sign in to comment.