ci: Sync test container to latest CentOS stream

Signed-off-by: Gris Ge <fge@redhat.com>
This commit is contained in:
Gris Ge 2022-09-22 11:47:37 +08:00 committed by Fernando Fernández Mancera
parent 2bcb5dfb78
commit dccc64827a
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
FROM quay.io/centos/centos:stream8
RUN echo "2022-03-07" > /build_time
RUN echo "2022-09-22" > /build_time
RUN dnf -y install --setopt=install_weak_deps=False \
git make rust-toolset rpm-build python3 python3-devel && \

View File

@ -1,6 +1,6 @@
FROM quay.io/centos/centos:stream8
RUN echo "2022-05-25" > /build_time
RUN echo "2022-09-22" > /build_time
RUN sed -i -e 's/^#RateLimitInterval=.*/RateLimitInterval=0/' \
-e 's/^#RateLimitBurst=.*/RateLimitBurst=0/' \

View File

@ -1,6 +1,6 @@
FROM quay.io/centos/centos:stream9
RUN echo "2022-07-29" > /build_time
RUN echo "2022-09-22" > /build_time
RUN dnf -y install --setopt=install_weak_deps=False \
systemd git make rust-toolset rpm-build python3 python3-devel && \

View File

@ -1,6 +1,6 @@
FROM quay.io/centos/centos:stream9
RUN echo "2022-07-29" > /build_time
RUN echo "2022-09-22" > /build_time
RUN dnf update -y && \
dnf -y install dnf-plugins-core epel-release \