disable build for dendrite, update image
This commit is contained in:
parent
14dadd779f
commit
e15d6e89f3
|
@ -1,6 +1,6 @@
|
|||
pipeline:
|
||||
bin-pack:
|
||||
image: debian-pack:0.1
|
||||
image: debian-pack:0.3
|
||||
secrets:
|
||||
- WEBDAV_USER
|
||||
- WEBDAV_PASS
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/*
|
||||
|
|
Loading…
Reference in a new issue