Skip to content

Commit

Permalink
Use non-development CentOS 10 Stream image
Browse files Browse the repository at this point in the history
As the official, non-development, CentOS 10 Stream image is available,
ansible-freeipa tests must use it instead of the centos-development one.
  • Loading branch information
rjeffman committed Jan 31, 2025
1 parent 91c4b83 commit 8b4b22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/image/dockerfile/c10s
Original file line number Diff line number Diff line change
@@ -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; \
Expand Down

0 comments on commit 8b4b22d

Please sign in to comment.