File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ ENV DRYCC_UID=1001 \
55 DRYCC_GID=1001 \
66 DRYCC_HOME_DIR=/home/drycc \
77 JQ_VERSION="1.7.1" \
8- YQ_VERSION="4.44.1 " \
9- PODMAN_VERSION="5.0.3 " \
10- MC_VERSION="2024.05.09.17.04.24 " \
11- CADDY_VERSION="2.7.6 " \
12- PACK_VERSION="0.33.2 " \
8+ YQ_VERSION="4.44.3 " \
9+ PODMAN_VERSION="5.2.2 " \
10+ MC_VERSION="2024.08.26.10.49.58 " \
11+ CADDY_VERSION="2.8.4 " \
12+ PACK_VERSION="0.35.1 " \
1313 GOSU_VERSION="1.17"
1414
1515RUN groupadd drycc --gid ${DRYCC_GID} \
Original file line number Diff line number Diff line change @@ -74,6 +74,8 @@ if [ -f "${from_auths_file}" ]; then
7474fi
7575export REGISTRY_AUTH_FILE
7676
77+
78+ mkdir -p " /tmp/storage-run-$( id -u) /podman"
7779podman system service --time 0 &
7880
7981waiting_process podman
Original file line number Diff line number Diff line change 33set -e
44
55mount --make-rshared /
6- chown " ${DRYCC_UID} " :" ${DRYCC_GID} " -R /workspace /opt/drycc
6+ chown " ${DRYCC_UID} " :" ${DRYCC_GID} " -R /workspace
77exec gosu " ${DRYCC_UID} " " $@ "
You can’t perform that action at this time.
0 commit comments