Skip to content

Commit

Permalink
check-copr-rpm-version.docker: update OS to Fedora 40
Browse files Browse the repository at this point in the history
Fedora 38 has reached EOL, and COPR is not building packages for it by
default.  Also, modularity is not something we are carrying forward on
Fedora 40, so there's no need to disable the module.

Signed-off-by: Cleber Rosa <[email protected]>
  • Loading branch information
clebergnu committed Jun 27, 2024
1 parent 4fcc8a6 commit cdd6580
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# This container is used in selftests/pre_release/tests/check-copr-rpm-version.sh
FROM fedora:38
FROM fedora:40
LABEL description "Fedora image used on COPR RPM version check"
RUN dnf -y module disable avocado:latest
RUN dnf -y install 'dnf-command(copr)'
RUN dnf -y copr enable @avocado/avocado-latest
RUN dnf -y clean all

0 comments on commit cdd6580

Please sign in to comment.