diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-05-30 20:43:53 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-05-30 20:43:53 +0000 |
| commit | 21153bd96da1fb7eac6739105d3a475cb28ec154 (patch) | |
| tree | c5324cd3e6e230a61547f1eba9f2a77f0a5045d8 /recipes-containers/oci-base-images | |
| parent | 84fcb4a6dc0009b9140fb6dc042bf8b2dc008314 (diff) | |
| download | meta-virtualization-21153bd96da1fb7eac6739105d3a475cb28ec154.tar.gz | |
alpine-oci-base: update to 3.23
Alpine 3.19 reached end-of-life in November 2025; bump to 3.23, the
newest released minor (supported through December 2027). The Docker
Hub digest is taken from the 2026-04-15 rebuild.
The recipe pins via CONTAINER_DIGESTS for reproducibility, so the
filename's PV and both the CONTAINER_BUNDLES tag and the
CONTAINER_DIGESTS[docker.io_library_alpine_<pv>] varflag key all move
together.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/oci-base-images')
| -rw-r--r-- | recipes-containers/oci-base-images/alpine-oci-base_3.23.bb (renamed from recipes-containers/oci-base-images/alpine-oci-base_3.19.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/oci-base-images/alpine-oci-base_3.19.bb b/recipes-containers/oci-base-images/alpine-oci-base_3.23.bb index 706ffb2a..7bf067d3 100644 --- a/recipes-containers/oci-base-images/alpine-oci-base_3.19.bb +++ b/recipes-containers/oci-base-images/alpine-oci-base_3.23.bb | |||
| @@ -21,11 +21,11 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda | |||
| 21 | inherit container-bundle | 21 | inherit container-bundle |
| 22 | 22 | ||
| 23 | # Remote container from Docker Hub | 23 | # Remote container from Docker Hub |
| 24 | CONTAINER_BUNDLES = "docker.io/library/alpine:3.19" | 24 | CONTAINER_BUNDLES = "docker.io/library/alpine:3.23" |
| 25 | 25 | ||
| 26 | # REQUIRED: Pinned digest for reproducible builds | 26 | # REQUIRED: Pinned digest for reproducible builds |
| 27 | # Get with: skopeo inspect docker://docker.io/library/alpine:3.19 | jq -r '.Digest' | 27 | # Get with: skopeo inspect docker://docker.io/library/alpine:3.23 | jq -r '.Digest' |
| 28 | CONTAINER_DIGESTS[docker.io_library_alpine_3.19] = "sha256:6baf43584bcb78f2e5847d1de515f23499913ac9f12bdf834811a3145eb11ca1" | 28 | CONTAINER_DIGESTS[docker.io_library_alpine_3.23] = "sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11" |
| 29 | 29 | ||
| 30 | # Enable deployment to DEPLOY_DIR_IMAGE for use as OCI base layer | 30 | # Enable deployment to DEPLOY_DIR_IMAGE for use as OCI base layer |
| 31 | CONTAINER_BUNDLE_DEPLOY = "1" | 31 | CONTAINER_BUNDLE_DEPLOY = "1" |
