disable build for dendrite, update image
This commit is contained in:
parent
14dadd779f
commit
e15d6e89f3
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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/*
|
||||||
|
|
Loading…
Reference in a new issue