initial commit

This commit is contained in:
Vri 🌈 2023-05-16 19:37:10 +02:00
commit f698360004
Signed by: vrifox
GPG key ID: D40098E5B60B2197
3 changed files with 17 additions and 0 deletions

13
.woodpecker.yml Normal file
View file

@ -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

2
Dockerfile Normal file
View file

@ -0,0 +1,2 @@
FROM docker.io/alpine:latest
RUN apk add --no-cache hugo git openssh rsync

2
README.md Normal file
View file

@ -0,0 +1,2 @@
# Hugoci
An OCI container image to build hugo websites.