Squashed commit of the following:

commit d1b7d5f3aca31d30ed25868288ed3cc17e777014
Author: modem7 <modem7@gmail.com>
Date:   Wed Jul 27 21:37:01 2022 +0100

    clean up drone

commit fdb39c5459ba3ff4da3c2a6f0364d7ba64141e20
Author: modem7 <modem7@gmail.com>
Date:   Wed Jul 27 21:29:44 2022 +0100

    Update Dockerfile
pull/55/head
modem7 2022-07-27 21:55:37 +01:00
rodzic c1871c7476
commit f35dea5103
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 780D7218B8D553A3
2 zmienionych plików z 8 dodań i 12 usunięć

Wyświetl plik

@ -20,14 +20,14 @@ steps:
image: thegeeklab/drone-docker-buildx
privileged: true
settings:
repo: modem7/borgmatic-docker
repo: ${DRONE_REPO}
purge: true
compress: true
use_cache: true
build_args: BUILDKIT_INLINE_CACHE=1
cache_from:
- "modem7/borgmatic-docker:latest"
- "alpine:latest"
- ${DRONE_REPO}:latest
- alpine:latest
Dockerfile: base-fullbuild/Dockerfile
context: base-fullbuild/
platforms: # if it doesn't work run docker run --privileged --rm tonistiigi/binfmt --install all
@ -50,7 +50,7 @@ steps:
from_secret: docker_password
PUSHRM_FILE: README.md
PUSHRM_SHORT: Multiarch Borgmatic with docker-cli
PUSHRM_TARGET: modem7/borgmatic-docker
PUSHRM_TARGET: ${DRONE_REPO}
when:
status:
- success
@ -82,12 +82,12 @@ steps:
image: thegeeklab/drone-docker-buildx
privileged: true
settings:
repo: modem7/borgmatic-docker
repo: ${DRONE_REPO}
purge: true
compress: true
use_cache: true
build_args: BUILDKIT_INLINE_CACHE=1
cache_from: "modem7/borgmatic-docker:dockercli"
cache_from: ${DRONE_REPO}:dockercli
Dockerfile: base-dockercli/Dockerfile
context: base-dockercli/
platforms: # if it doesn't work run docker run --privileged --rm tonistiigi/binfmt --install all
@ -130,12 +130,12 @@ steps:
image: thegeeklab/drone-docker-buildx
privileged: true
settings:
repo: modem7/borgmatic-docker
repo: ${DRONE_REPO}
purge: true
compress: true
use_cache: true
build_args: BUILDKIT_INLINE_CACHE=1
cache_from: "modem7/borgmatic-docker:liveinstall"
cache_from: ${DRONE_REPO}:liveinstall
Dockerfile: base-liveinstall/Dockerfile
context: base-liveinstall/
platforms: # if it doesn't work run docker run --privileged --rm tonistiigi/binfmt --install all

Wyświetl plik

@ -10,8 +10,6 @@ RUN apk update && apk add --update --no-cache \
py3-pkgconfig \
py3-wheel \
py3-xxhash \
libxxhash \
zstd \
py3-setuptools \
py3-pip \
python3-dev \
@ -47,8 +45,6 @@ RUN apk add --update --no-cache \
sshfs \
python3 \
openssl \
libxxhash \
zstd \
fuse \
ca-certificates \
logrotate \