test secrets

This commit is contained in:
Paolo Asperti
2022-07-13 18:28:10 +02:00
parent bfcfa68eae
commit 0862bc8c04
8 changed files with 141 additions and 1 deletions

View File

@@ -7,7 +7,8 @@ ADD https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLA
RUN \
tar -C / -Jxpf /tmp/s6-overlay-noarch.tar.xz && \
tar -C / -Jxpf /tmp/s6-overlay-${S6_ARCH}.tar.xz && \
rm /tmp/s6-overlay*.tar.xz
rm /tmp/s6-overlay*.tar.xz && \
ln -s /run /var/run
COPY rootfs /