Skip to content

Commit

Permalink
Merge pull request freeipa#1309 from rjeffman/update_fedora_41
Browse files Browse the repository at this point in the history
Update images to Fedora 41
  • Loading branch information
t-woerner authored Nov 4, 2024
2 parents 33c1c00 + 8956a7a commit 7c7d988
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion infra/azure/templates/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion infra/image/dockerfile/fedora-latest
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion infra/image/dockerfile/fedora-rawhide
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ dnf makecache; \
dnf --assumeyes install \
/usr/bin/python3 \
/usr/bin/python3-config \
/usr/bin/dnf-3 \
python3-libdnf5 \
sudo \
bash \
Expand Down

0 comments on commit 7c7d988

Please sign in to comment.