1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-17 01:12:23 +02:00

Finalize catalog number for PostgreSQL 17 release.

This commit is contained in:
David Steele
2024-10-02 19:49:15 +03:00
parent 9f97269678
commit 047e3d0ed9
3 changed files with 4 additions and 5 deletions

View File

@ -15,5 +15,4 @@ version:
- 14 - 14
- 15 - 15
- 16 - 16
- 17: - 17
release: false

View File

@ -12,9 +12,9 @@
# - docker login -u pgbackrest # - docker login -u pgbackrest
# - VM=XXX;DATE=YYYYMMDDX;BASE=pgbackrest/test:${VM?}-base;docker tag ${BASE?} ${BASE?}-${DATE?} && docker push ${BASE?}-${DATE?} # - VM=XXX;DATE=YYYYMMDDX;BASE=pgbackrest/test:${VM?}-base;docker tag ${BASE?} ${BASE?}-${DATE?} && docker push ${BASE?}-${DATE?}
# ********************************************************************************************************************************** # **********************************************************************************************************************************
20240809A: 20241002A:
x86_64: x86_64:
u22: 233aa5805f958cc079efc851abd61bcdc20735e0 u22: 57c2af91a1b1a9624e325b704cc9213821c6b968
20240715A: 20240715A:
x86_64: x86_64:

View File

@ -489,7 +489,7 @@ sub containerBuild
{ {
$strScript .= $strScript .=
" echo \"deb http://apt.postgresql.org/pub/repos/apt/ \$(lsb_release -s -c)-pgdg main" . " echo \"deb http://apt.postgresql.org/pub/repos/apt/ \$(lsb_release -s -c)-pgdg main" .
($strOS eq VM_U22 ? ' 17' : '') . "\" >> /etc/apt/sources.list.d/pgdg.list && \\\n" . "\" >> /etc/apt/sources.list.d/pgdg.list && \\\n" .
" wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && \\\n" . " wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && \\\n" .
" apt-get update && \\\n"; " apt-get update && \\\n";
} }