diff --git a/src/build/postgres/postgres.yaml b/src/build/postgres/postgres.yaml index 706c6e4d2..b914f779c 100644 --- a/src/build/postgres/postgres.yaml +++ b/src/build/postgres/postgres.yaml @@ -15,5 +15,4 @@ version: - 14 - 15 - 16 - - 17: - release: false + - 17 diff --git a/test/container.yaml b/test/container.yaml index e0b79bdcf..242f384e4 100644 --- a/test/container.yaml +++ b/test/container.yaml @@ -12,9 +12,9 @@ # - docker login -u pgbackrest # - VM=XXX;DATE=YYYYMMDDX;BASE=pgbackrest/test:${VM?}-base;docker tag ${BASE?} ${BASE?}-${DATE?} && docker push ${BASE?}-${DATE?} # ********************************************************************************************************************************** -20240809A: +20241002A: x86_64: - u22: 233aa5805f958cc079efc851abd61bcdc20735e0 + u22: 57c2af91a1b1a9624e325b704cc9213821c6b968 20240715A: x86_64: diff --git a/test/lib/pgBackRestTest/Common/ContainerTest.pm b/test/lib/pgBackRestTest/Common/ContainerTest.pm index 0ee73e26d..dbf7613c1 100644 --- a/test/lib/pgBackRestTest/Common/ContainerTest.pm +++ b/test/lib/pgBackRestTest/Common/ContainerTest.pm @@ -489,7 +489,7 @@ sub containerBuild { $strScript .= " 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" . " apt-get update && \\\n"; }