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

Update Alpine to 3.21

This commit is contained in:
Paolo Barbolini 2024-12-05 22:12:14 +00:00
parent 0b87a9bbd2
commit 1075ab7060
20 changed files with 25 additions and 25 deletions

View File

@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.19
FROM alpine:3.21
# 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.19
FROM alpine:3.21
# 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.19
FROM alpine:3.21
# 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.19
FROM alpine:3.21
# 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.19
FROM alpine:3.21
# 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.19
FROM alpine:3.21
# 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.20",
"alpine": "3.21",
"bookworm": {
"arches": [
"amd64",
@ -25,13 +25,13 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.20",
"alpine3.19"
"alpine3.21",
"alpine3.20"
],
"version": "12.22"
},
"13": {
"alpine": "3.20",
"alpine": "3.21",
"bookworm": {
"arches": [
"amd64",
@ -56,13 +56,13 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.20",
"alpine3.19"
"alpine3.21",
"alpine3.20"
],
"version": "13.18"
},
"14": {
"alpine": "3.20",
"alpine": "3.21",
"bookworm": {
"arches": [
"amd64",
@ -87,13 +87,13 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.20",
"alpine3.19"
"alpine3.21",
"alpine3.20"
],
"version": "14.15"
},
"15": {
"alpine": "3.20",
"alpine": "3.21",
"bookworm": {
"arches": [
"amd64",
@ -118,13 +118,13 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.20",
"alpine3.19"
"alpine3.21",
"alpine3.20"
],
"version": "15.10"
},
"16": {
"alpine": "3.20",
"alpine": "3.21",
"bookworm": {
"arches": [
"amd64",
@ -149,13 +149,13 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.20",
"alpine3.19"
"alpine3.21",
"alpine3.20"
],
"version": "16.6"
},
"17": {
"alpine": "3.20",
"alpine": "3.21",
"bookworm": {
"arches": [
"amd64",
@ -180,8 +180,8 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.20",
"alpine3.19"
"alpine3.21",
"alpine3.20"
],
"version": "17.2"
}

View File

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