Compare commits
2 commits
3f681c8877
...
4efc68002c
Author | SHA1 | Date | |
---|---|---|---|
4efc68002c | |||
e94ebe049b |
2 changed files with 11 additions and 1 deletions
10
.woodpecker.yml
Normal file
10
.woodpecker.yml
Normal 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
|
|
@ -1,4 +1,4 @@
|
||||||
FROM docker.io/alpine:3.17
|
FROM docker.io/alpine:3.18
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
curl tar zstd \
|
curl tar zstd \
|
||||||
rsync openssh-client-default \
|
rsync openssh-client-default \
|
||||||
|
|
Loading…
Reference in a new issue