Skip to content

Commit

Permalink
Use fedora:41 as base image for the execution environment
Browse files Browse the repository at this point in the history
# Conflicts:
#	tests/conftest.py
  • Loading branch information
ssbarnea committed Dec 15, 2024
1 parent e8c40f0 commit bffc7a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 3

images:
base_image:
name: quay.io/fedora/fedora-minimal:40
name: quay.io/fedora/fedora-minimal:41

dependencies:
ansible_runner:
Expand All @@ -20,3 +20,4 @@ options:
additional_build_steps:
prepend_base:
- RUN $PKGMGR -y -q install python3-devel
- RUN chmod o+w /etc/passwd

0 comments on commit bffc7a2

Please sign in to comment.