-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6002 from clebergnu/92lts_check_copr
check-copr-rpm-version.docker: update COPR repo and OS to Fedora 40
- Loading branch information
Showing
2 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
5 changes: 2 additions & 3 deletions
5
contrib/containers/ci/selftests/check-copr-rpm-version.docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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:36 | ||
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 copr enable @avocado/avocado-latest-92lts | ||
RUN dnf -y clean all |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters