radarr: striptracks initial release

mkvtoolnix
This commit is contained in:
TheCaptain989
2020-10-06 20:02:49 -05:00
parent 5d0d4045d0
commit 85ef895b43
14 changed files with 765 additions and 48 deletions
+6 -4
View File
@@ -6,26 +6,28 @@ ARG BUILD_DATE
ARG VCS_REF
ARG VERSION
ARG DOCKERHUB
ARG BASEIMAGE
ARG MODNAME
# Build-time metadata as defined at http://label-schema.org
LABEL org.label-schema.name="${DOCKERHUB}:latest" \
LABEL org.label-schema.name="${DOCKERHUB}:${BASEIMAGE}-${MODNAME}" \
org.label-schema.description="A Docker Mod for the LinuxServer.io Radarr/Sonarr container that adds mkvtoolnix and script for remuxing video files" \
org.label-schema.url="https://hub.docker.com/r/${DOCKERHUB}" \
org.label-schema.version=$VERSION \
org.label-schema.build-date=$BUILD_DATE \
org.label-schema.vendor="TheCaptain989" \
org.label-schema.schema-version="1.0" \
org.label-schema.vcs-url="https://github.com/TheCaptain989/radarr-striptracks" \
org.label-schema.vcs-url="https://github.com/linuxserver/docker-mods/tree/radarr-striptracks/" \
org.label-schema.vcs-ref=$VCS_REF
# Build-time metadata as defined at https://github.com/opencontainers/image-spec
LABEL org.opencontainers.image.title="${DOCKERHUB}:latest" \
LABEL org.opencontainers.image.title="${DOCKERHUB}:${BASEIMAGE}-${MODNAME}" \
org.opencontainers.image.description="A Docker Mod for the LinuxServer.io Radarr/Sonarr container that adds mkvtoolnix and script for remuxing video files" \
org.opencontainers.image.url="https://hub.docker.com/r/${DOCKERHUB}" \
org.opencontainers.image.version=$VERSION \
org.opencontainers.image.created=$BUILD_DATE \
org.opencontainers.image.vendor="TheCaptain989" \
org.opencontainers.image.source="https://github.com/TheCaptain989/radarr-striptracks" \
org.opencontainers.image.source="https://github.com/linuxserver/docker-mods/tree/radarr-striptracks/" \
org.opencontainers.image.revision=$VCS_REF
# Add version number for use in container init script