Test S6_READ_ONLY_ROOT=1

This commit is contained in:
Alexandre
2022-07-20 19:06:55 +02:00
committed by GitHub
parent 535fab08d0
commit 0e4d00bf8b

View File

@@ -25,7 +25,8 @@ FROM ${BUILD_FROM}
# Set S6 wait time
ENV S6_CMD_WAIT_FOR_SERVICES=0 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
S6_SERVICES_GRACETIME=0
S6_SERVICES_GRACETIME=0 \
S6_READ_ONLY_ROOT=1
# Allow UID and GID setting
RUN \