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

View File

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