add first image
This commit is contained in:
parent
932069381b
commit
3129fa64b5
14
.woodpecker.yml
Normal file
14
.woodpecker.yml
Normal 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
|
3
woodpecker-ci/Containerfile
Normal file
3
woodpecker-ci/Containerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM rockylinux:9-minimal
|
||||
|
||||
RUN dnf -y install git-core rsync
|
Loading…
Reference in New Issue
Block a user