1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-19 00:22:57 +03:00

Merge pull request #1240 from Earlopain/alpine-3.20

Update to alpine 3.20
This commit is contained in:
Tianon Gravi
2024-05-22 14:06:35 -07:00
committed by GitHub
17 changed files with 21 additions and 21 deletions

View File

@@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY. # PLEASE DO NOT EDIT IT DIRECTLY.
# #
FROM alpine:3.18 FROM alpine:3.20
# 70 is the standard uid/gid for "postgres" in Alpine # 70 is the standard uid/gid for "postgres" in Alpine
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable # https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable

View File

@@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY. # PLEASE DO NOT EDIT IT DIRECTLY.
# #
FROM alpine:3.18 FROM alpine:3.20
# 70 is the standard uid/gid for "postgres" in Alpine # 70 is the standard uid/gid for "postgres" in Alpine
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable # https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable

View File

@@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY. # PLEASE DO NOT EDIT IT DIRECTLY.
# #
FROM alpine:3.18 FROM alpine:3.20
# 70 is the standard uid/gid for "postgres" in Alpine # 70 is the standard uid/gid for "postgres" in Alpine
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable # https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable

View File

@@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY. # PLEASE DO NOT EDIT IT DIRECTLY.
# #
FROM alpine:3.18 FROM alpine:3.20
# 70 is the standard uid/gid for "postgres" in Alpine # 70 is the standard uid/gid for "postgres" in Alpine
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable # https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable

View File

@@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY. # PLEASE DO NOT EDIT IT DIRECTLY.
# #
FROM alpine:3.18 FROM alpine:3.20
# 70 is the standard uid/gid for "postgres" in Alpine # 70 is the standard uid/gid for "postgres" in Alpine
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable # https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable

View File

@@ -1,6 +1,6 @@
{ {
"12": { "12": {
"alpine": "3.19", "alpine": "3.20",
"bookworm": { "bookworm": {
"arches": [ "arches": [
"amd64", "amd64",
@@ -25,13 +25,13 @@
"variants": [ "variants": [
"bookworm", "bookworm",
"bullseye", "bullseye",
"alpine3.19", "alpine3.20",
"alpine3.18" "alpine3.19"
], ],
"version": "12.19" "version": "12.19"
}, },
"13": { "13": {
"alpine": "3.19", "alpine": "3.20",
"bookworm": { "bookworm": {
"arches": [ "arches": [
"amd64", "amd64",
@@ -56,13 +56,13 @@
"variants": [ "variants": [
"bookworm", "bookworm",
"bullseye", "bullseye",
"alpine3.19", "alpine3.20",
"alpine3.18" "alpine3.19"
], ],
"version": "13.15" "version": "13.15"
}, },
"14": { "14": {
"alpine": "3.19", "alpine": "3.20",
"bookworm": { "bookworm": {
"arches": [ "arches": [
"amd64", "amd64",
@@ -87,13 +87,13 @@
"variants": [ "variants": [
"bookworm", "bookworm",
"bullseye", "bullseye",
"alpine3.19", "alpine3.20",
"alpine3.18" "alpine3.19"
], ],
"version": "14.12" "version": "14.12"
}, },
"15": { "15": {
"alpine": "3.19", "alpine": "3.20",
"bookworm": { "bookworm": {
"arches": [ "arches": [
"amd64", "amd64",
@@ -118,13 +118,13 @@
"variants": [ "variants": [
"bookworm", "bookworm",
"bullseye", "bullseye",
"alpine3.19", "alpine3.20",
"alpine3.18" "alpine3.19"
], ],
"version": "15.7" "version": "15.7"
}, },
"16": { "16": {
"alpine": "3.19", "alpine": "3.20",
"bookworm": { "bookworm": {
"arches": [ "arches": [
"amd64", "amd64",
@@ -149,8 +149,8 @@
"variants": [ "variants": [
"bookworm", "bookworm",
"bullseye", "bullseye",
"alpine3.19", "alpine3.20",
"alpine3.18" "alpine3.19"
], ],
"version": "16.3" "version": "16.3"
} }

View File

@@ -7,8 +7,8 @@ supportedDebianSuites=(
bullseye bullseye
) )
supportedAlpineVersions=( supportedAlpineVersions=(
3.20
3.19 3.19
3.18
) )
defaultDebianSuite="${supportedDebianSuites[0]}" defaultDebianSuite="${supportedDebianSuites[0]}"
declare -A debianSuites=( declare -A debianSuites=(