Skip to content
Snippets Groups Projects
Unverified Commit 7c7d9887 authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Merge pull request #1309 from rjeffman/update_fedora_41

Update images to Fedora 41
parents 33c1c006 8956a7a1
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ jobs: ...@@ -25,7 +25,7 @@ jobs:
- script: ansible-galaxy collection install containers.podman - script: ansible-galaxy collection install containers.podman
displayName: Install Ansible Galaxy collections 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 displayName: Build ${{ parameters.distro }} base image
env: env:
ANSIBLE_ROLES_PATH: "${PWD}/roles" ANSIBLE_ROLES_PATH: "${PWD}/roles"
......
...@@ -6,7 +6,7 @@ dnf makecache; \ ...@@ -6,7 +6,7 @@ dnf makecache; \
dnf --assumeyes install \ dnf --assumeyes install \
/usr/bin/python3 \ /usr/bin/python3 \
/usr/bin/python3-config \ /usr/bin/python3-config \
/usr/bin/dnf-3 \ python3-libdnf5 \
sudo \ sudo \
bash \ bash \
systemd \ systemd \
......
...@@ -6,7 +6,6 @@ dnf makecache; \ ...@@ -6,7 +6,6 @@ dnf makecache; \
dnf --assumeyes install \ dnf --assumeyes install \
/usr/bin/python3 \ /usr/bin/python3 \
/usr/bin/python3-config \ /usr/bin/python3-config \
/usr/bin/dnf-3 \
python3-libdnf5 \ python3-libdnf5 \
sudo \ sudo \
bash \ bash \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment