This commit is contained in:
parent
3bf536502a
commit
7f5fec3bd0
@ -13,7 +13,6 @@ pipeline:
|
||||
tags: latest
|
||||
pull_image: true
|
||||
default_tags: true
|
||||
debug: true
|
||||
username:
|
||||
from_secret: registry_username
|
||||
password:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user