disable build for dendrite, update image
All checks were successful
ci/woodpecker/push/build_bin Pipeline was successful
ci/woodpecker/push/build_other Pipeline was successful

This commit is contained in:
leafee98 2023-04-13 13:14:18 +08:00
parent 14dadd779f
commit e15d6e89f3
3 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
pipeline: pipeline:
bin-pack: bin-pack:
image: debian-pack:0.1 image: debian-pack:0.3
secrets: secrets:
- WEBDAV_USER - WEBDAV_USER
- WEBDAV_PASS - WEBDAV_PASS

View file

@ -1,16 +1,16 @@
pipeline: pipeline:
dendrite: #dendrite:
image: golang # image: golang
secrets: # secrets:
- WEBDAV_USER # - WEBDAV_USER
- WEBDAV_PASS # - WEBDAV_PASS
- WEBDAV_HOST # - WEBDAV_HOST
- WEBDAV_REPOPATH # - WEBDAV_REPOPATH
commands: # commands:
- ./script/build_single.sh dendrite # - ./script/build_single.sh dendrite
static-deployer-git: static-deployer-git:
image: debian-pack:0.1 image: debian-pack:0.3
secrets: secrets:
- WEBDAV_USER - WEBDAV_USER
- WEBDAV_PASS - WEBDAV_PASS

View file

@ -1,6 +1,6 @@
FROM debian:bullseye-slim FROM debian:bullseye-slim
RUN apt update && \ RUN apt update && \
apt install --yes curl ca-certificates && \ apt install --yes curl fakeroot ca-certificates gettext git binutils xz-utils bzip2 zstd unzip && \
apt clean && \ apt clean && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*