Skip to content

Commit af63900

Browse files
anoopcs9obnoxxx
authored andcommitted
container: Switch to CentOS Stream 9 as base image
Signed-off-by: Anoop C S <[email protected]>
1 parent 12a5428 commit af63900

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/container/Containerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
FROM registry.fedoraproject.org/fedora:36
1+
FROM quay.io/centos/centos:stream9
22

3-
RUN yum install \
3+
RUN yum install -y epel-release
4+
5+
RUN yum --enablerepo=crb install \
46
-y --setopt=install_weak_deps=False \
57
git \
68
mercurial \
@@ -16,6 +18,7 @@ RUN yum install \
1618
python3.9 \
1719
samba-common-tools \
1820
rpm-build \
21+
pyproject-rpm-macros \
1922
'python3dist(flake8)' \
2023
'python3dist(inotify-simple)' \
2124
'python3dist(mypy)' \

0 commit comments

Comments
 (0)