Compare commits

...

2 commits

Author SHA1 Message Date
Cat /dev/Nulo 4efc68002c ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-05-11 18:27:03 -03:00
Cat /dev/Nulo e94ebe049b 3.18 2023-05-11 18:22:56 -03:00
2 changed files with 11 additions and 1 deletions

10
.woodpecker.yml Normal file
View file

@ -0,0 +1,10 @@
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.17
FROM docker.io/alpine:3.18
RUN apk add --no-cache \
curl tar zstd \
rsync openssh-client-default \