Skip to content

Commit

Permalink
Merge pull request #1160 from Earlopain/alpine3.19
Browse files Browse the repository at this point in the history
Add alpine 3.19
  • Loading branch information
tianon authored Dec 8, 2023
2 parents 018d576 + 25f6ba5 commit ef9747f
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions 11/alpine3.17/Dockerfile → 11/alpine3.19/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
4 changes: 2 additions & 2 deletions 12/alpine3.17/Dockerfile → 12/alpine3.19/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
4 changes: 2 additions & 2 deletions 13/alpine3.17/Dockerfile → 13/alpine3.19/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
4 changes: 2 additions & 2 deletions 14/alpine3.17/Dockerfile → 14/alpine3.19/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
4 changes: 2 additions & 2 deletions 15/alpine3.17/Dockerfile → 15/alpine3.19/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
4 changes: 2 additions & 2 deletions 16/alpine3.17/Dockerfile → 16/alpine3.19/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
36 changes: 18 additions & 18 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"11": {
"alpine": "3.18",
"alpine": "3.19",
"bookworm": {
"arches": [
"amd64",
Expand All @@ -25,13 +25,13 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.18",
"alpine3.17"
"alpine3.19",
"alpine3.18"
],
"version": "11.22"
},
"12": {
"alpine": "3.18",
"alpine": "3.19",
"bookworm": {
"arches": [
"amd64",
Expand All @@ -56,13 +56,13 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.18",
"alpine3.17"
"alpine3.19",
"alpine3.18"
],
"version": "12.17"
},
"13": {
"alpine": "3.18",
"alpine": "3.19",
"bookworm": {
"arches": [
"amd64",
Expand All @@ -87,13 +87,13 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.18",
"alpine3.17"
"alpine3.19",
"alpine3.18"
],
"version": "13.13"
},
"14": {
"alpine": "3.18",
"alpine": "3.19",
"bookworm": {
"arches": [
"amd64",
Expand All @@ -118,13 +118,13 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.18",
"alpine3.17"
"alpine3.19",
"alpine3.18"
],
"version": "14.10"
},
"15": {
"alpine": "3.18",
"alpine": "3.19",
"bookworm": {
"arches": [
"amd64",
Expand All @@ -149,13 +149,13 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.18",
"alpine3.17"
"alpine3.19",
"alpine3.18"
],
"version": "15.5"
},
"16": {
"alpine": "3.18",
"alpine": "3.19",
"bookworm": {
"arches": [
"amd64",
Expand All @@ -180,8 +180,8 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.18",
"alpine3.17"
"alpine3.19",
"alpine3.18"
],
"version": "16.1"
}
Expand Down
2 changes: 1 addition & 1 deletion versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ supportedDebianSuites=(
bullseye
)
supportedAlpineVersions=(
3.19
3.18
3.17
)
defaultDebianSuite="${supportedDebianSuites[0]}"
declare -A debianSuites=(
Expand Down

0 comments on commit ef9747f

Please sign in to comment.