We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3682f49 commit 70f1c94Copy full SHA for 70f1c94
2 files changed
Dockerfile
@@ -125,6 +125,7 @@ RUN \
125
/app \
126
/config \
127
/defaults \
128
+ /lsiopy \
129
/workspace && \
130
echo "**** cleanup ****" && \
131
apt-get autoremove && \
@@ -135,6 +136,7 @@ RUN \
135
136
/var/tmp/* \
137
/var/log/*
138
139
+# add local files
140
COPY root/ /
141
142
ENTRYPOINT ["/init"]
docker-compose.yml
@@ -10,6 +10,7 @@ services:
10
platforms:
11
- linux/amd64
12
args:
13
+ - BUILD_DATE=${BUILD_DATE:-2025-01-21T00:00:00Z}
14
- VERSION=${VERSION:-jammy-22.04}
15
- S6_OVERLAY_VERSION=${S6_OVERLAY_VERSION:-3.1.6.2}
16
- S6_OVERLAY_ARCH=${S6_OVERLAY_ARCH:-x86_64}
0 commit comments