Skip to content

Commit b7bcb56

Browse files
committed
chore(woodpecker): add cron
1 parent 9ecbd8c commit b7bcb56

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

.woodpecker/build-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ steps:
2424
event:
2525
- push
2626
- tag
27+
- cron
2728

2829
depends_on:
2930
- test-linux

.woodpecker/manifest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ steps:
1414
event:
1515
- tag
1616
- push
17+
- cron
1718

1819
- name: publish-manifest
1920
image: bash
@@ -33,6 +34,7 @@ steps:
3334
event:
3435
- tag
3536
- push
37+
- cron
3638

3739
depends_on:
3840
- build-linux

rootfs/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

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

0 commit comments

Comments
 (0)