versions: Use fixed, minor version for Alpine

- Set Alpine guest rootfs to 3.13 on all instances.
- 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-09 16:47:33 +01:00
parent 0f7db91c0f
commit d03e05e803
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.13
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.13}
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.13"
# Do not use Alpine on ppc64le & s390x, the agent cannot use musl because
# there is no such Rust target
ppc64le: