Use non-development CentOS 10 Stream image

As the official, non-development, CentOS 10 Stream image is available,
ansible-freeipa tests must use it instead of the centos-development one.
This commit is contained in:
Rafael Guterres Jeffman
2025-01-28 15:20:54 -03:00
parent 91c4b83311
commit 8b4b22dd00

View File

@@ -1,4 +1,4 @@
FROM quay.io/centos/centos:stream10-development
FROM quay.io/centos/centos:stream10
ENV container=podman
RUN rm -fv /var/cache/dnf/metadata_lock.pid; \