From b6b98f4923b272aee0107afd6a823b5f3170f5b5 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 20:53:07 +0000 Subject: [PATCH] chore(deps): update quay.io/cclaudio/kata-initrds docker tag to v1.2 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- rhcos-layer/snp/Containerfile | 2 +- rhcos-layer/tdx/Containerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rhcos-layer/snp/Containerfile b/rhcos-layer/snp/Containerfile index d72d182..f2d39ca 100644 --- a/rhcos-layer/snp/Containerfile +++ b/rhcos-layer/snp/Containerfile @@ -1,7 +1,7 @@ # Use 4.20 as the base # 4.20.0-rc2 release image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:526ac23c49751f306916333ea1e8c8474a99351f2eebfe23a9115dfa4f7e0808 -ARG PAYLOAD_IMAGE=quay.io/cclaudio/kata-initrds:1.1 +ARG PAYLOAD_IMAGE=quay.io/cclaudio/kata-initrds:1.2 ARG OCP_RELEASE_IMAGE=quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:526ac23c49751f306916333ea1e8c8474a99351f2eebfe23a9115dfa4f7e0808 FROM ${PAYLOAD_IMAGE} as payload diff --git a/rhcos-layer/tdx/Containerfile b/rhcos-layer/tdx/Containerfile index cdc803d..8ae892f 100644 --- a/rhcos-layer/tdx/Containerfile +++ b/rhcos-layer/tdx/Containerfile @@ -1,7 +1,7 @@ # Use 4.20 as the base # 4.20.0-rc2 release image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:526ac23c49751f306916333ea1e8c8474a99351f2eebfe23a9115dfa4f7e0808 -ARG PAYLOAD_IMAGE=quay.io/cclaudio/kata-initrds:1.1 +ARG PAYLOAD_IMAGE=quay.io/cclaudio/kata-initrds:1.2 ARG OCP_RELEASE_IMAGE=quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:526ac23c49751f306916333ea1e8c8474a99351f2eebfe23a9115dfa4f7e0808 FROM ${PAYLOAD_IMAGE} as payload