From 13d7828f8922e7d7505a5e3a9d44ab252a2e571b Mon Sep 17 00:00:00 2001 From: Tim Ramlot <42113979+inteon@users.noreply.github.com> Date: Wed, 8 Jan 2025 11:01:34 +0000 Subject: [PATCH] upgrade Alpine from v3.19 to v3.21 Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com> --- base-static-csi/apko.yaml | 7 +------ base-static/apko.yaml | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/base-static-csi/apko.yaml b/base-static-csi/apko.yaml index 48b6ab6..0981248 100644 --- a/base-static-csi/apko.yaml +++ b/base-static-csi/apko.yaml @@ -1,11 +1,6 @@ contents: repositories: - - https://dl-cdn.alpinelinux.org/alpine/v3.19/main - keyring: - # apko fetches the keyring from https://alpinelinux.org/releases.json - # However, it seems like that site has a wrong entry for the ppc64le architecture. - # That is why we have to add an extra key here. - - https://alpinelinux.org/keys/alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub + - https://dl-cdn.alpinelinux.org/alpine/v3.21/main packages: - tzdata diff --git a/base-static/apko.yaml b/base-static/apko.yaml index 5376cdc..b1ec3ab 100644 --- a/base-static/apko.yaml +++ b/base-static/apko.yaml @@ -1,11 +1,6 @@ contents: repositories: - - https://dl-cdn.alpinelinux.org/alpine/v3.19/main - keyring: - # apko fetches the keyring from https://alpinelinux.org/releases.json - # However, it seems like that site has a wrong entry for the ppc64le architecture. - # That is why we have to add an extra key here. - - https://alpinelinux.org/keys/alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub + - https://dl-cdn.alpinelinux.org/alpine/v3.21/main packages: - tzdata