You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-17 01:12:23 +02:00
Update Fedora test image to Fedora 42.
This commit is contained in:
@ -509,11 +509,11 @@ sub containerBuild
|
||||
"pgdg-redhat-repo-latest.noarch.rpm && \\\n" .
|
||||
" dnf -qy module disable postgresql && \\\n";
|
||||
}
|
||||
elsif ($strOS eq VM_F41)
|
||||
elsif ($strOS eq VM_F42)
|
||||
{
|
||||
$strScript .=
|
||||
" rpm -ivh \\\n" .
|
||||
" https://download.postgresql.org/pub/repos/yum/reporpms/F-41-" . hostArch() . "/" .
|
||||
" https://download.postgresql.org/pub/repos/yum/reporpms/F-42-" . hostArch() . "/" .
|
||||
"pgdg-fedora-repo-latest.noarch.rpm && \\\n";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user