Skip to content

Commit

Permalink
chore(woodpecker): add cron
Browse files Browse the repository at this point in the history
  • Loading branch information
duanhongyi committed May 30, 2024
1 parent 9ecbd8c commit b7bcb56
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions .woodpecker/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ steps:
event:
- push
- tag
- cron

depends_on:
- test-linux
2 changes: 2 additions & 0 deletions .woodpecker/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ steps:
event:
- tag
- push
- cron

- name: publish-manifest
image: bash
Expand All @@ -33,6 +34,7 @@ steps:
event:
- tag
- push
- cron

depends_on:
- build-linux
12 changes: 6 additions & 6 deletions rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ ENV DRYCC_UID=1001 \
DRYCC_GID=1001 \
DRYCC_HOME_DIR=/home/drycc \
JQ_VERSION="1.7.1" \
YQ_VERSION="4.43.1" \
PODMAN_VERSION="4.7.1" \
MC_VERSION="2023.09.20.15.22.31" \
CADDY_VERSION="2.7.1" \
PACK_VERSION="0.31.0" \
GOSU_VERSION="1.16"
YQ_VERSION="4.44.1" \
PODMAN_VERSION="5.0.3" \
MC_VERSION="2024.05.09.17.04.24" \
CADDY_VERSION="2.7.6" \
PACK_VERSION="0.33.2" \
GOSU_VERSION="1.17"

RUN groupadd drycc --gid ${DRYCC_GID} \
&& useradd drycc -u ${DRYCC_UID} -g ${DRYCC_GID} -s /bin/bash -m -d ${DRYCC_HOME_DIR}
Expand Down

0 comments on commit b7bcb56

Please sign in to comment.