Skip to content

Commit

Permalink
container: Switch to CentOS Stream 9 as base image
Browse files Browse the repository at this point in the history
Signed-off-by: Anoop C S <anoopcs@samba.org>
  • Loading branch information
anoopcs9 committed Jan 19, 2023
1 parent edbfb5a commit 22faf7a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/container/Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM registry.fedoraproject.org/fedora:36
FROM quay.io/centos/centos:stream9

RUN yum install \
RUN yum install -y epel-release

RUN yum --enablerepo=crb install \
-y --setopt=install_weak_deps=False \
git \
mercurial \
Expand All @@ -16,6 +18,7 @@ RUN yum install \
python3.9 \
samba-common-tools \
rpm-build \
pyproject-rpm-macros \
'python3dist(flake8)' \
'python3dist(inotify-simple)' \
'python3dist(mypy)' \
Expand Down

0 comments on commit 22faf7a

Please sign in to comment.