From 1b29ee81eeaf9829bc82d4074af9d0c88f562065 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 02:45:03 +0000 Subject: [PATCH] chore(deps): update docker images Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Containerfile | 2 +- Containerfile.cli-stack.rh | 6 +++--- Containerfile.model-transparency-go.rh | 4 ++-- Containerfile.pkcs11 | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Containerfile b/Containerfile index 389f128..05fb1b4 100644 --- a/Containerfile +++ b/Containerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.26.5@sha256:ae5a2316d12f3e78fd99177dad452e6ad4f240af2d71d57b480c3477f250fec6 AS builder +FROM golang:1.26.5@sha256:7caba5286b4c3613a337b709c573047d8ae62ee76106647313b61e72b99f20af AS builder # Optional Go build tags (e.g. "otel" for OpenTelemetry support). # Default (empty) produces a standard build without optional features. diff --git a/Containerfile.cli-stack.rh b/Containerfile.cli-stack.rh index 6152a9d..eef5b04 100644 --- a/Containerfile.cli-stack.rh +++ b/Containerfile.cli-stack.rh @@ -1,4 +1,4 @@ -FROM registry.redhat.io/ubi9/go-toolset:9.8-1784190466@sha256:f99dd81b20e5971ef9f63a51ac27cf0aa591ff9921d021490548b67fd9b17144 AS build-cross-platform +FROM registry.redhat.io/ubi9/go-toolset:9.8-1786351949@sha256:0b471eb04868f3d9d90bf3c668f9c6c7a22cef07474ac9fec067909dfd7dec7c AS build-cross-platform ENV APP_ROOT=/opt/app-root \ GOPATH=/opt/app-root @@ -18,7 +18,7 @@ FROM --platform=linux/arm64 quay.io/securesign/model-transparency-go@sha256:70 FROM --platform=linux/ppc64le quay.io/securesign/model-transparency-go@sha256:96feb93dec1dd0e2049e5fcd7635ade00b3a003a29b77c49239b9e5d91999495 AS build-ppc64le FROM --platform=linux/s390x quay.io/securesign/model-transparency-go@sha256:da29cc4c61aa5689af8019d835bba369ad867638e160868d6eebf6a7aa280930 AS build-s390x -FROM registry.redhat.io/ubi9/go-toolset:9.8-1784190466@sha256:f99dd81b20e5971ef9f63a51ac27cf0aa591ff9921d021490548b67fd9b17144 AS packager +FROM registry.redhat.io/ubi9/go-toolset:9.8-1786351949@sha256:0b471eb04868f3d9d90bf3c668f9c6c7a22cef07474ac9fec067909dfd7dec7c AS packager USER root RUN mkdir -p /binaries @@ -89,7 +89,7 @@ RUN tar -czf /binaries/model_transparency_cli_windows_amd64.exe.gz -C /tmp model RUN chmod -R a+rX /binaries # Final minimal image with all binaries -FROM registry.redhat.io/ubi9/ubi-micro:9.8-1782840931@sha256:35de56a9413112f1474e392ebc35e0cf6f0fb484c8e8877bbae59b513694b41f +FROM registry.redhat.io/ubi9/ubi-micro:9.8-1786321990@sha256:7e7f79ab747bf2b452e3043dd89f388e92be4c7fdcc8b815b58adf6c99c39c95 LABEL description="Flat image containing model-transparency CLI binaries for all platforms and architectures" LABEL io.k8s.description="Flat image containing model-transparency CLI binaries for all platforms and architectures" diff --git a/Containerfile.model-transparency-go.rh b/Containerfile.model-transparency-go.rh index 026b972..9f34956 100644 --- a/Containerfile.model-transparency-go.rh +++ b/Containerfile.model-transparency-go.rh @@ -1,4 +1,4 @@ -FROM registry.redhat.io/ubi9/go-toolset:9.8-1784190466@sha256:f99dd81b20e5971ef9f63a51ac27cf0aa591ff9921d021490548b67fd9b17144 AS build-env +FROM registry.redhat.io/ubi9/go-toolset:9.8-1786351949@sha256:0b471eb04868f3d9d90bf3c668f9c6c7a22cef07474ac9fec067909dfd7dec7c AS build-env ARG BUILD_TAGS="" @@ -38,7 +38,7 @@ RUN set -euo pipefail; \ git update-index --no-assume-unchanged Containerfile.model-transparency-go.rh; \ git update-index --no-assume-unchanged Containerfile.cli-stack.rh -FROM registry.redhat.io/ubi9-minimal@sha256:062c52ff973065752b0965787649db2bcf551a6c727a00e95a3eb42cebadbdab +FROM registry.redhat.io/ubi9-minimal@sha256:7c372902c8d211db2d25c8277ba534a73b92742a334874dced829a63b0f21221 COPY --from=build-env /opt/app-root/src/model_transparency_cli /usr/local/bin/model_transparency_cli COPY --from=build-env /opt/app-root/src/model_transparency_cli_linux /usr/local/bin/model_transparency_cli_linux diff --git a/Containerfile.pkcs11 b/Containerfile.pkcs11 index 8d444d8..b839ecc 100644 --- a/Containerfile.pkcs11 +++ b/Containerfile.pkcs11 @@ -19,7 +19,7 @@ # For hardware HSMs, bind-mount your vendor's PKCS#11 module at runtime # and pass the module path via --pkcs11-uri module-path attribute. -FROM golang:1.26.5@sha256:ae5a2316d12f3e78fd99177dad452e6ad4f240af2d71d57b480c3477f250fec6 AS builder +FROM golang:1.26.5@sha256:7caba5286b4c3613a337b709c573047d8ae62ee76106647313b61e72b99f20af AS builder # Optional Go build tags (e.g. "otel" for OpenTelemetry support). # Default (empty) produces a standard build without optional features.