1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-17 13:02:40 +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.
#
FROM alpine:3.18
FROM alpine:3.20
# 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

View File

@@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.18
FROM alpine:3.20
# 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

View File

@@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.18
FROM alpine:3.20
# 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

View File

@@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.18
FROM alpine:3.20
# 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

View File

@@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.18
FROM alpine:3.20
# 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

View File

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

View File

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