1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-15 01:04:37 +02:00

Add PostgreSQL 12 to u18 container.

This does not add PostgresQL 12 support; it simply adds PostgreSQL 12 to the u18 container for development and testing.
This commit is contained in:
David Steele
2019-09-27 09:35:59 -04:00
parent 03a7bda511
commit d6a6d93a04
5 changed files with 9 additions and 2 deletions

View File

@ -500,7 +500,7 @@ sub containerBuild
{
$strScript .=
" echo 'deb http://apt.postgresql.org/pub/repos/apt/ " .
$$oVm{$strOS}{&VM_OS_REPO} . '-pgdg main' .
$$oVm{$strOS}{&VM_OS_REPO} . '-pgdg main' . ($strOS eq VM_U18 ? ' 12' : '') .
"' >> /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" .