Merge pull request #1309 from rjeffman/update_fedora_41

Update images to Fedora 41
This commit is contained in:
Thomas Woerner
2024-11-04 15:38:15 +01:00
committed by GitHub
3 changed files with 2 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- script: ansible-galaxy collection install containers.podman
displayName: Install Ansible Galaxy collections
- script: infra/image/build.sh -s ${{ parameters.distro }}
- script: infra/image/build.sh -p -s ${{ parameters.distro }}
displayName: Build ${{ parameters.distro }} base image
env:
ANSIBLE_ROLES_PATH: "${PWD}/roles"

View File

@@ -6,7 +6,7 @@ dnf makecache; \
dnf --assumeyes install \
/usr/bin/python3 \
/usr/bin/python3-config \
/usr/bin/dnf-3 \
python3-libdnf5 \
sudo \
bash \
systemd \

View File

@@ -6,7 +6,6 @@ dnf makecache; \
dnf --assumeyes install \
/usr/bin/python3 \
/usr/bin/python3-config \
/usr/bin/dnf-3 \
python3-libdnf5 \
sudo \
bash \