Skip to content

Commit f426c23

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
Revert "container: Switch to CentOS Stream 9 as base image"
This reverts commit af63900. This should fix the current failures in samba-containers, allowing us to have a more in-depth discussion of what the right way forward is. Signed-off-by: John Mulligan <[email protected]>
1 parent 1519bf4 commit f426c23

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tests/container/Containerfile

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

3-
RUN yum install -y epel-release
4-
5-
RUN yum --enablerepo=crb install \
3+
RUN yum install \
64
-y --setopt=install_weak_deps=False \
75
git \
86
mercurial \
@@ -18,7 +16,6 @@ RUN yum --enablerepo=crb install \
1816
python3.9 \
1917
samba-common-tools \
2018
rpm-build \
21-
pyproject-rpm-macros \
2219
'python3dist(flake8)' \
2320
'python3dist(inotify-simple)' \
2421
'python3dist(mypy)' \

0 commit comments

Comments
 (0)