We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9ed18 commit d3dea75Copy full SHA for d3dea75
Dockerfile
@@ -2,6 +2,12 @@ FROM binhex/arch-base:latest
2
LABEL org.opencontainers.image.authors = "binhex"
3
LABEL org.opencontainers.image.source = "https://github.com/binhex/arch-plex"
4
5
+# release tag name from buildx arg
6
+ARG RELEASETAG
7
+
8
+# arch from buildx --platform, e.g. amd64
9
+ARG TARGETARCH
10
11
# additional files
12
##################
13
@@ -11,12 +17,6 @@ ADD build/*.conf /etc/supervisor/conf.d/
17
# add install bash script
18
ADD build/root/*.sh /root/
19
14
-# release tag name from buildx arg
15
-ARG RELEASETAG
16
-
-# arch from buildx --platform, e.g. amd64
-ARG TARGETARCH
20
# add run bash script
21
ADD run/nobody/*.sh /home/nobody/
22
0 commit comments