versions: Upgrade Alpine, using minor version

- Upgrade Alpine guest rootfs to 3.15
- Specify a minor version rather than patch level as the Alpine
  repositories use that.

Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
This commit is contained in:
Jakob Naucke 2021-12-08 13:40:48 +01:00
parent dfd0732ff9
commit 2204ecac39
No known key found for this signature in database
GPG Key ID: 45FA1C7D310C0EBE
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0
ARG IMAGE_REGISTRY=docker.io
FROM ${IMAGE_REGISTRY}/alpine:3.13.5
FROM ${IMAGE_REGISTRY}/alpine:3.15
RUN apk update && apk add \
apk-tools-static \

View File

@ -5,7 +5,7 @@
OS_NAME="Alpine"
OS_VERSION=${OS_VERSION:-latest-stable}
OS_VERSION=${OS_VERSION:-3.15}
BASE_PACKAGES="alpine-base"

View File

@ -139,7 +139,7 @@ assets:
architecture:
aarch64:
name: &default-initrd-name "alpine"
version: &default-initrd-version "3.13.5"
version: &default-initrd-version "3.15"
# Do not use Alpine on ppc64le & s390x, the agent cannot use musl because
# there is no such Rust target
ppc64le: