From e15d6e89f34c4f25c4d56e51ba37b07c63185177 Mon Sep 17 00:00:00 2001 From: leafee98 Date: Thu, 13 Apr 2023 13:14:18 +0800 Subject: [PATCH] disable build for dendrite, update image --- .woodpecker/build_bin.yml | 2 +- .woodpecker/build_other.yml | 20 ++++++++++---------- .woodpecker/debian-pack.df | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.woodpecker/build_bin.yml b/.woodpecker/build_bin.yml index 4ce4725..b6d76d3 100644 --- a/.woodpecker/build_bin.yml +++ b/.woodpecker/build_bin.yml @@ -1,6 +1,6 @@ pipeline: bin-pack: - image: debian-pack:0.1 + image: debian-pack:0.3 secrets: - WEBDAV_USER - WEBDAV_PASS diff --git a/.woodpecker/build_other.yml b/.woodpecker/build_other.yml index 3904905..3ff49ca 100644 --- a/.woodpecker/build_other.yml +++ b/.woodpecker/build_other.yml @@ -1,16 +1,16 @@ pipeline: - dendrite: - image: golang - secrets: - - WEBDAV_USER - - WEBDAV_PASS - - WEBDAV_HOST - - WEBDAV_REPOPATH - commands: - - ./script/build_single.sh dendrite + #dendrite: + # image: golang + # secrets: + # - WEBDAV_USER + # - WEBDAV_PASS + # - WEBDAV_HOST + # - WEBDAV_REPOPATH + # commands: + # - ./script/build_single.sh dendrite static-deployer-git: - image: debian-pack:0.1 + image: debian-pack:0.3 secrets: - WEBDAV_USER - WEBDAV_PASS diff --git a/.woodpecker/debian-pack.df b/.woodpecker/debian-pack.df index 57748af..815cc15 100644 --- a/.woodpecker/debian-pack.df +++ b/.woodpecker/debian-pack.df @@ -1,6 +1,6 @@ FROM debian:bullseye-slim 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 && \ rm -rf /var/lib/apt/lists/*