Skip to content

Commit

Permalink
Merge branch 'centos-ci'
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Jul 4, 2024
2 parents 4d2f2b2 + 76d9717 commit aedee3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/ci/platforms/centos-stream8-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ artifactory:
container:
containerfile: |
FROM quay.io/centos/centos:stream8
RUN sed -i -e '/mirrorlist=/d' /etc/yum.repos.d/CentOS-*.repo
RUN sed -i -e 's/#baseurl=/baseurl=/g' /etc/yum.repos.d/CentOS-*.repo
RUN sed -i -e 's,http://mirror.centos.org/centos/,https://vault.centos.org/,g' /etc/yum.repos.d/CentOS-*.repo
RUN dnf install -y sudo glibc-langpack-en
RUN dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
RUN useradd --create-home pcpbuild
Expand Down
3 changes: 3 additions & 0 deletions build/ci/platforms/centos7-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ artifactory:
container:
containerfile: |
FROM quay.io/centos/centos:centos7
RUN sed -i -e '/mirrorlist=/d' /etc/yum.repos.d/CentOS-Base.repo
RUN sed -i -e 's/#baseurl=/baseurl=/g' /etc/yum.repos.d/CentOS-Base.repo
RUN sed -i -e 's,http://mirror.centos.org/centos/$releasever,https://vault.centos.org/7.9.2009,g' /etc/yum.repos.d/CentOS-Base.repo
RUN yum install -y sudo
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm # libuv-devel
RUN useradd --create-home pcpbuild
Expand Down

0 comments on commit aedee3c

Please sign in to comment.