From e5fc13648a0e0056fd7ac867677e727ea56cba3e Mon Sep 17 00:00:00 2001 From: "red-hat-konflux-kflux-prd-rh02[bot]" <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 16:09:53 +0000 Subject: [PATCH] chore(deps): update registry.redhat.io/ubi8/ubi:latest docker digest to a444712 Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com> --- .konflux/dockerfiles/api.Dockerfile | 2 +- .konflux/dockerfiles/db-migration.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.konflux/dockerfiles/api.Dockerfile b/.konflux/dockerfiles/api.Dockerfile index dfa43a13a6..81e2998dd3 100644 --- a/.konflux/dockerfiles/api.Dockerfile +++ b/.konflux/dockerfiles/api.Dockerfile @@ -1,5 +1,5 @@ ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23 -ARG RUNTIME=registry.redhat.io/ubi8/ubi:latest@sha256:8bd1b6306f8164de7fb0974031a0f903bd3ab3e6bcab835854d3d9a1a74ea5db +ARG RUNTIME=registry.redhat.io/ubi8/ubi:latest@sha256:a444712276a635c9312d83a4ff7c6ee7f2ce08eeb5bd9ca291b5fdba257a5e63 FROM $GO_BUILDER AS builder diff --git a/.konflux/dockerfiles/db-migration.Dockerfile b/.konflux/dockerfiles/db-migration.Dockerfile index 76eb8dfefe..be07ab0cdc 100644 --- a/.konflux/dockerfiles/db-migration.Dockerfile +++ b/.konflux/dockerfiles/db-migration.Dockerfile @@ -1,5 +1,5 @@ ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23 -ARG RUNTIME=registry.redhat.io/ubi8/ubi:latest@sha256:8bd1b6306f8164de7fb0974031a0f903bd3ab3e6bcab835854d3d9a1a74ea5db +ARG RUNTIME=registry.redhat.io/ubi8/ubi:latest@sha256:a444712276a635c9312d83a4ff7c6ee7f2ce08eeb5bd9ca291b5fdba257a5e63 FROM $GO_BUILDER AS builder