ci: Sync test container to latest CentOS stream
Signed-off-by: Gris Ge <fge@redhat.com>
This commit is contained in:
parent
2bcb5dfb78
commit
dccc64827a
@ -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 && \
|
||||
|
@ -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/' \
|
||||
|
@ -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 && \
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user