stuff
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Neil Hanlon 2022-11-11 19:22:06 -05:00
parent d980a9f114
commit 154f8a8d6a
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
2 changed files with 11 additions and 4 deletions

View File

@ -6,7 +6,8 @@ pipeline:
image: woodpeckerci/plugin-docker-buildx
privileged: true
settings:
dockerfile: woodpecker-ci/Containerfile
context: woodpecker-ci
dockerfile: Containerfile
platforms: linux/amd64,linux/arm64/v8
registry: git.shrug.pw
repo: neil/containers/woodpecker-ci
@ -18,3 +19,9 @@ pipeline:
from_secret: registry_username
password:
from_secret: registry_password
logins:
- registry: https://git.shrug.pw/
username:
from_secret: registry_username
password:
from_secret: registry_password

View File

@ -1,5 +1,5 @@
FROM rockylinux:9
FROM rockylinux:9-minimal
# RUN sed -i -e 's/^mirrorlist.*//g' -e 's/^#baseurl/baseurl/g' /etc/yum.repos.d/*
RUN curl http://dl.rockylinux.org/pub/rocky/9/BaseOS/x86_64/os/repodata/repomd.xml
RUN dnf -y install git-core rsync
# RUN curl http://dl.rockylinux.org/pub/rocky/9/BaseOS/x86_64/os/repodata/repomd.xml
RUN microdnf -y install git-core rsync