commit f69836000443a27f833f2d254d29bf318868194b Author: vrifox Date: Tue May 16 19:37:10 2023 +0200 initial commit diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..a50008e --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,13 @@ +pipeline: + build-and-push: + image: plugins/docker + registry: https://code.cozy.town/ + username: ${REGISTRY_USERNAME} + password: ${REGISTRY_TOKEN} + repo: vrifox/hugoci + tags: + - latest + cache_from: code.cozy.town/vrifox/hugoci:latest + secrets: + - registry_username + - registry_token \ No newline at end of file diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..5c82374 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM docker.io/alpine:latest +RUN apk add --no-cache hugo git openssh rsync \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..ffe85e3 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Hugoci +An OCI container image to build hugo websites. \ No newline at end of file