Merge pull request #1298 from paolobarbolini/alpine3.21

Update Alpine to 3.21
This commit is contained in:
yosifkit 2024-12-05 15:57:18 -08:00 committed by GitHub
commit 0f542bc35e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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=(