parent
d980a9f114
commit
154f8a8d6a
@ -6,7 +6,8 @@ pipeline:
|
|||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
privileged: true
|
privileged: true
|
||||||
settings:
|
settings:
|
||||||
dockerfile: woodpecker-ci/Containerfile
|
context: woodpecker-ci
|
||||||
|
dockerfile: Containerfile
|
||||||
platforms: linux/amd64,linux/arm64/v8
|
platforms: linux/amd64,linux/arm64/v8
|
||||||
registry: git.shrug.pw
|
registry: git.shrug.pw
|
||||||
repo: neil/containers/woodpecker-ci
|
repo: neil/containers/woodpecker-ci
|
||||||
@ -18,3 +19,9 @@ pipeline:
|
|||||||
from_secret: registry_username
|
from_secret: registry_username
|
||||||
password:
|
password:
|
||||||
from_secret: registry_password
|
from_secret: registry_password
|
||||||
|
logins:
|
||||||
|
- registry: https://git.shrug.pw/
|
||||||
|
username:
|
||||||
|
from_secret: registry_username
|
||||||
|
password:
|
||||||
|
from_secret: registry_password
|
||||||
|
@ -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 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 curl http://dl.rockylinux.org/pub/rocky/9/BaseOS/x86_64/os/repodata/repomd.xml
|
||||||
RUN dnf -y install git-core rsync
|
RUN microdnf -y install git-core rsync
|
||||||
|
Loading…
Reference in New Issue
Block a user