From 5f181d7e76615ecf2d8d1a913335261d054d2081 Mon Sep 17 00:00:00 2001 From: Jesper Noordsij Date: Thu, 7 Dec 2023 10:56:52 +0100 Subject: [PATCH 1/2] Add Alpine 3.19 and drop 3.17 to versions.sh --- versions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.sh b/versions.sh index 6858f355..9e59762c 100755 --- a/versions.sh +++ b/versions.sh @@ -148,8 +148,8 @@ for version in "${versions[@]}"; do "bookworm", "bullseye", ( - "3.18", - "3.17" + "3.19", + "3.18" | "alpine" + .), if .arches | has("windows-amd64") and .["windows-amd64"].url then ( From 84f47a944aa3d10104ad45dd8a188b878595cac4 Mon Sep 17 00:00:00 2001 From: Jesper Noordsij Date: Thu, 7 Dec 2023 10:57:10 +0100 Subject: [PATCH 2/2] Update templates to add Alpine 3.19 and drop 3.17 --- 1.20/{alpine3.17 => alpine3.19}/Dockerfile | 2 +- 1.21/{alpine3.17 => alpine3.19}/Dockerfile | 2 +- versions.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename 1.20/{alpine3.17 => alpine3.19}/Dockerfile (99%) rename 1.21/{alpine3.17 => alpine3.19}/Dockerfile (99%) diff --git a/1.20/alpine3.17/Dockerfile b/1.20/alpine3.19/Dockerfile similarity index 99% rename from 1.20/alpine3.17/Dockerfile rename to 1.20/alpine3.19/Dockerfile index 9070ff46..91e76af4 100644 --- a/1.20/alpine3.17/Dockerfile +++ b/1.20/alpine3.19/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.17 +FROM alpine:3.19 RUN apk add --no-cache ca-certificates diff --git a/1.21/alpine3.17/Dockerfile b/1.21/alpine3.19/Dockerfile similarity index 99% rename from 1.21/alpine3.17/Dockerfile rename to 1.21/alpine3.19/Dockerfile index 4fb4eaa6..905b3d4e 100644 --- a/1.21/alpine3.17/Dockerfile +++ b/1.21/alpine3.19/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.17 +FROM alpine:3.19 RUN apk add --no-cache ca-certificates diff --git a/versions.json b/versions.json index ab7b4fc9..78950af9 100644 --- a/versions.json +++ b/versions.json @@ -162,8 +162,8 @@ "variants": [ "bookworm", "bullseye", + "alpine3.19", "alpine3.18", - "alpine3.17", "windows/windowsservercore-ltsc2022", "windows/windowsservercore-1809", "windows/nanoserver-ltsc2022", @@ -554,8 +554,8 @@ "variants": [ "bookworm", "bullseye", + "alpine3.19", "alpine3.18", - "alpine3.17", "windows/windowsservercore-ltsc2022", "windows/windowsservercore-1809", "windows/nanoserver-ltsc2022",