remove debug; run a curl
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Neil Hanlon 2022-11-11 19:05:59 -05:00
parent 3bf536502a
commit 7f5fec3bd0
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,6 @@ pipeline:
tags: latest tags: latest
pull_image: true pull_image: true
default_tags: true default_tags: true
debug: true
username: username:
from_secret: registry_username from_secret: registry_username
password: password:

View File

@ -1,4 +1,5 @@
FROM rockylinux:9 FROM rockylinux:9
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 dnf -y install git-core rsync RUN dnf -y install git-core rsync