commit 27bab3e7a7e55392ed895c86dfca67a2f9b45510 Author: Nulo Date: Tue Aug 22 15:47:16 2023 -0300 init diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..f473799 --- /dev/null +++ b/.woodpecker.yml @@ -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 diff --git a/Containerfile b/Containerfile new file mode 100644 index 0000000..189cf40 --- /dev/null +++ b/Containerfile @@ -0,0 +1,2 @@ +FROM docker.io/alpine:edge +RUN apk add alpine-sdk fish