File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 event :
2525 - push
2626 - tag
27+ - cron
2728
2829depends_on :
2930- test-linux
Original file line number Diff line number Diff line change 1414 event :
1515 - tag
1616 - push
17+ - cron
1718
1819- name : publish-manifest
1920 image : bash
3334 event :
3435 - tag
3536 - push
37+ - cron
3638
3739depends_on :
3840- build-linux
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ ENV DRYCC_UID=1001 \
55 DRYCC_GID=1001 \
66 DRYCC_HOME_DIR=/home/drycc \
77 JQ_VERSION="1.7.1" \
8- YQ_VERSION="4.43 .1" \
9- PODMAN_VERSION="4.7.1 " \
10- MC_VERSION="2023. 09.20.15.22.31 " \
11- CADDY_VERSION="2.7.1 " \
12- PACK_VERSION="0.31.0 " \
13- GOSU_VERSION="1.16 "
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 " \
13+ GOSU_VERSION="1.17 "
1414
1515RUN groupadd drycc --gid ${DRYCC_GID} \
1616 && useradd drycc -u ${DRYCC_UID} -g ${DRYCC_GID} -s /bin/bash -m -d ${DRYCC_HOME_DIR}
You can’t perform that action at this time.
0 commit comments