From 632c6637993d2d002631d4d346954804af23367e Mon Sep 17 00:00:00 2001 From: Fabricio Silva Date: Fri, 6 Dec 2024 10:12:04 +0000 Subject: [PATCH] alpine: add 3.21 and remove 3.17 Signed-off-by: Fabricio Silva --- images/alpine.yaml | 2 +- jenkins/jobs/image-alpine.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/alpine.yaml b/images/alpine.yaml index 6a8f5bf8..fef774c6 100644 --- a/images/alpine.yaml +++ b/images/alpine.yaml @@ -326,10 +326,10 @@ packages: variants: - cloud releases: - - 3.17 - 3.18 - 3.19 - 3.20 + - 3.21 - edge - packages: diff --git a/jenkins/jobs/image-alpine.yaml b/jenkins/jobs/image-alpine.yaml index b16fbbf7..0e30ac87 100644 --- a/jenkins/jobs/image-alpine.yaml +++ b/jenkins/jobs/image-alpine.yaml @@ -18,10 +18,10 @@ name: release type: user-defined values: - - "3.17" - "3.18" - "3.19" - "3.20" + - "3.21" - "edge" - axis: @@ -48,7 +48,7 @@ EXTRA_ARGS="" if [ "${release}" = "edge" ]; then - EXTRA_ARGS="-o source.same_as=3.19" + EXTRA_ARGS="-o source.same_as=3.21" fi exec sudo /lxc-ci/bin/build-distro /lxc-ci/images/alpine.yaml \