diff --git a/.woodpecker.yml b/.woodpecker.yml index 63b3161..a4ba18c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -13,7 +13,6 @@ pipeline: tags: latest pull_image: true default_tags: true - debug: true username: from_secret: registry_username password: diff --git a/woodpecker-ci/Containerfile b/woodpecker-ci/Containerfile index 4c6c38f..a8e5d21 100644 --- a/woodpecker-ci/Containerfile +++ b/woodpecker-ci/Containerfile @@ -1,4 +1,5 @@ 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