Compare commits

..

No commits in common. "4efc68002c98c0f700ee573e9aa71dd34130c782" and "3f681c8877bb65a7dab939a0b7b1cb64b58b5a3d" have entirely different histories.

2 changed files with 1 additions and 11 deletions

View file

@ -1,10 +0,0 @@
pipeline:
build-image:
image: docker.io/woodpeckerci/plugin-docker-buildx
secrets: [docker_password]
settings:
registry: https://gitea.nulo.in
username: Nulo
repo: gitea.nulo.in/nulo/super-image
tag: 3.18
compress: true

View file

@ -1,4 +1,4 @@
FROM docker.io/alpine:3.18
FROM docker.io/alpine:3.17
RUN apk add --no-cache \
curl tar zstd \
rsync openssh-client-default \