This commit is contained in:
commit
27bab3e7a7
2 changed files with 12 additions and 0 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/alpine-sdk
|
||||||
|
dockerfile: Containerfile
|
||||||
|
compress: true
|
2
Containerfile
Normal file
2
Containerfile
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
FROM docker.io/alpine:edge
|
||||||
|
RUN apk add alpine-sdk fish
|
Loading…
Reference in a new issue