Skip to content

Commit 25f6ba5

Browse files
committed
Add alpine 3.19
1 parent 018d576 commit 25f6ba5

File tree

14 files changed

+31
-31
lines changed

14 files changed

+31
-31
lines changed

Diff for: 11/alpine3.17/Dockerfile renamed to 11/alpine3.19/Dockerfile

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

Diff for: 12/alpine3.17/Dockerfile renamed to 12/alpine3.19/Dockerfile

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

Diff for: 13/alpine3.17/Dockerfile renamed to 13/alpine3.19/Dockerfile

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

Diff for: 14/alpine3.17/Dockerfile renamed to 14/alpine3.19/Dockerfile

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

Diff for: 15/alpine3.17/Dockerfile renamed to 15/alpine3.19/Dockerfile

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

Diff for: 16/alpine3.17/Dockerfile renamed to 16/alpine3.19/Dockerfile

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

Diff for: versions.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"11": {
3-
"alpine": "3.18",
3+
"alpine": "3.19",
44
"bookworm": {
55
"arches": [
66
"amd64",
@@ -25,13 +25,13 @@
2525
"variants": [
2626
"bookworm",
2727
"bullseye",
28-
"alpine3.18",
29-
"alpine3.17"
28+
"alpine3.19",
29+
"alpine3.18"
3030
],
3131
"version": "11.22"
3232
},
3333
"12": {
34-
"alpine": "3.18",
34+
"alpine": "3.19",
3535
"bookworm": {
3636
"arches": [
3737
"amd64",
@@ -56,13 +56,13 @@
5656
"variants": [
5757
"bookworm",
5858
"bullseye",
59-
"alpine3.18",
60-
"alpine3.17"
59+
"alpine3.19",
60+
"alpine3.18"
6161
],
6262
"version": "12.17"
6363
},
6464
"13": {
65-
"alpine": "3.18",
65+
"alpine": "3.19",
6666
"bookworm": {
6767
"arches": [
6868
"amd64",
@@ -87,13 +87,13 @@
8787
"variants": [
8888
"bookworm",
8989
"bullseye",
90-
"alpine3.18",
91-
"alpine3.17"
90+
"alpine3.19",
91+
"alpine3.18"
9292
],
9393
"version": "13.13"
9494
},
9595
"14": {
96-
"alpine": "3.18",
96+
"alpine": "3.19",
9797
"bookworm": {
9898
"arches": [
9999
"amd64",
@@ -118,13 +118,13 @@
118118
"variants": [
119119
"bookworm",
120120
"bullseye",
121-
"alpine3.18",
122-
"alpine3.17"
121+
"alpine3.19",
122+
"alpine3.18"
123123
],
124124
"version": "14.10"
125125
},
126126
"15": {
127-
"alpine": "3.18",
127+
"alpine": "3.19",
128128
"bookworm": {
129129
"arches": [
130130
"amd64",
@@ -149,13 +149,13 @@
149149
"variants": [
150150
"bookworm",
151151
"bullseye",
152-
"alpine3.18",
153-
"alpine3.17"
152+
"alpine3.19",
153+
"alpine3.18"
154154
],
155155
"version": "15.5"
156156
},
157157
"16": {
158-
"alpine": "3.18",
158+
"alpine": "3.19",
159159
"bookworm": {
160160
"arches": [
161161
"amd64",
@@ -180,8 +180,8 @@
180180
"variants": [
181181
"bookworm",
182182
"bullseye",
183-
"alpine3.18",
184-
"alpine3.17"
183+
"alpine3.19",
184+
"alpine3.18"
185185
],
186186
"version": "16.1"
187187
}

Diff for: versions.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ supportedDebianSuites=(
77
bullseye
88
)
99
supportedAlpineVersions=(
10+
3.19
1011
3.18
11-
3.17
1212
)
1313
defaultDebianSuite="${supportedDebianSuites[0]}"
1414
declare -A debianSuites=(

0 commit comments

Comments
 (0)