-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
7 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters