From 8b4b22dd003d944c011a73f460f4d2e2922e0e67 Mon Sep 17 00:00:00 2001
From: Rafael Guterres Jeffman <rjeffman@redhat.com>
Date: Tue, 28 Jan 2025 15:20:54 -0300
Subject: [PATCH] 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.
---
 infra/image/dockerfile/c10s | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infra/image/dockerfile/c10s b/infra/image/dockerfile/c10s
index 247fce1..2852aab 100644
--- a/infra/image/dockerfile/c10s
+++ b/infra/image/dockerfile/c10s
@@ -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; \
-- 
GitLab