add first image

This commit is contained in:
Neil Hanlon 2022-11-11 16:25:27 -05:00
parent 932069381b
commit 3129fa64b5
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
2 changed files with 17 additions and 0 deletions

14
.woodpecker.yml Normal file
View File

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

View File

@ -0,0 +1,3 @@
FROM rockylinux:9-minimal
RUN dnf -y install git-core rsync