You've already forked postgres
mirror of
https://github.com/docker-library/postgres.git
synced 2025-07-29 21:41:20 +03:00
Update 12+ to buster
This is an initial attempt to get ahead of https://github.com/docker-library/postgres/issues/582 at least for newer PostgreSQL releases.
This commit is contained in:
@ -12,9 +12,14 @@ versions=( "${versions[@]%/}" )
|
||||
# sort version numbers with highest last (so it goes first in .travis.yml)
|
||||
IFS=$'\n'; versions=( $(echo "${versions[*]}" | sort -V) ); unset IFS
|
||||
|
||||
defaultDebianSuite='stretch-slim'
|
||||
defaultDebianSuite='buster-slim'
|
||||
declare -A debianSuite=(
|
||||
#[9.6]='jessie'
|
||||
# https://github.com/docker-library/postgres/issues/582
|
||||
[9.4]='stretch-slim'
|
||||
[9.5]='stretch-slim'
|
||||
[9.6]='stretch-slim'
|
||||
[10]='stretch-slim'
|
||||
[11]='stretch-slim'
|
||||
)
|
||||
defaultAlpineVersion='3.9'
|
||||
declare -A alpineVersion=(
|
||||
|
Reference in New Issue
Block a user