Revert "Release 2.7.1"

This reverts commit 57888b41fe.
This commit is contained in:
TheCaptain989
2024-08-15 18:44:58 -05:00
parent 57888b41fe
commit c52b87f3c1
9 changed files with 9 additions and 271 deletions
+3 -5
View File
@@ -2,6 +2,7 @@
## Buildstage ##
FROM ghcr.io/linuxserver/baseimage-alpine:3.20 as buildstage
ARG MOD_VERSION
# copy local files
@@ -16,14 +17,11 @@ RUN \
## Single layer deployed image ##
FROM scratch
ARG MOD_VERSION
LABEL org.opencontainers.image.title=radarr-striptracks
LABEL org.opencontainers.image.source=https://github.com/TheCaptain989/radarr-striptracks
LABEL org.opencontainers.image.description="A Docker Mod to Radarr/Sonarr to automatically strip out unwanted audio and subtitle streams"
LABEL org.opencontainers.image.version="${MOD_VERSION}"
LABEL org.opencontainers.image.source="https://github.com/TheCaptain989/radarr-striptracks"
LABEL org.opencontainers.image.authors="TheCaptain989 <thecaptain989@protonmail.com>"
LABEL org.opencontainers.image.licenses=GPL-3.0-only
LABEL org.opencontainers.image.authors="TheCaptain989 <thecaptain989@protonmail.com>"
# Add files from buildstage
COPY --from=buildstage /root-layer/ /