Skip to content

Commit

Permalink
build images: Update images for Fedora 41
Browse files Browse the repository at this point in the history
Fedora has released version 41, which was the previous 'rawhide'
version, and now the 'fedora-latest' requires dnf5 related packages.
  • Loading branch information
rjeffman committed Nov 1, 2024
1 parent 33c1c00 commit e309140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions infra/image/dockerfile/fedora-latest
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM fedora:latest
FROM fedora:rawhide
ENV container=podman

RUN rm -fv /var/cache/dnf/metadata_lock.pid; \
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 e309140

Please sign in to comment.