mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 12:14:48 +00:00
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:
parent
dfd0732ff9
commit
2204ecac39
@ -4,7 +4,7 @@
|
|||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
ARG IMAGE_REGISTRY=docker.io
|
ARG IMAGE_REGISTRY=docker.io
|
||||||
FROM ${IMAGE_REGISTRY}/alpine:3.13.5
|
FROM ${IMAGE_REGISTRY}/alpine:3.15
|
||||||
|
|
||||||
RUN apk update && apk add \
|
RUN apk update && apk add \
|
||||||
apk-tools-static \
|
apk-tools-static \
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
OS_NAME="Alpine"
|
OS_NAME="Alpine"
|
||||||
|
|
||||||
OS_VERSION=${OS_VERSION:-latest-stable}
|
OS_VERSION=${OS_VERSION:-3.15}
|
||||||
|
|
||||||
BASE_PACKAGES="alpine-base"
|
BASE_PACKAGES="alpine-base"
|
||||||
|
|
||||||
|
@ -139,7 +139,7 @@ assets:
|
|||||||
architecture:
|
architecture:
|
||||||
aarch64:
|
aarch64:
|
||||||
name: &default-initrd-name "alpine"
|
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
|
# Do not use Alpine on ppc64le & s390x, the agent cannot use musl because
|
||||||
# there is no such Rust target
|
# there is no such Rust target
|
||||||
ppc64le:
|
ppc64le:
|
||||||
|
Loading…
Reference in New Issue
Block a user