We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 059c213 commit 11312b6Copy full SHA for 11312b6
Dockerfile
@@ -5,10 +5,7 @@ FROM automaticrippingmachine/arm-dependencies:1.6.0 AS base
5
LABEL org.opencontainers.image.source=https://github.com/automatic-ripping-machine/automatic-ripping-machine
6
LABEL org.opencontainers.image.license=MIT
7
LABEL org.opencontainers.image.description='Automatic Ripping Machine for fully automated Blu-ray, DVD and audio disc ripping.'
8
-ARG VERSION
9
-ARG BUILD_DATE
10
-LABEL org.opencontainers.image.version=$VERSION
11
-LABEL org.opencontainers.image.created=$BUILD_DATE
+
12
EXPOSE 8080
13
14
# Setup folders and fstab
0 commit comments