diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..b535514 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,14 @@ +--- +branches: main + +pipeline: + woodpecker-ci: + image: plugins/docker + settings: + dockerfile: woodpecker-ci/Containerfile + tags: git.shrug.pw/neil/containers/woodpecker-ci:latest + pull_image: true + username: + from_secret: registry_username + password: + from_secret: registry_password diff --git a/woodpecker-ci/Containerfile b/woodpecker-ci/Containerfile new file mode 100644 index 0000000..975580f --- /dev/null +++ b/woodpecker-ci/Containerfile @@ -0,0 +1,3 @@ +FROM rockylinux:9-minimal + +RUN dnf -y install git-core rsync