From 4c09923b604bd6afb93cf5ab8ff242b903f8d224 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 05:05:04 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi8/ubi Docker digest to 2dcfc23 --- docker/Dockerfile-api | 2 +- docker/Dockerfile-workers | 2 +- docker/message_broker/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/Dockerfile-api b/docker/Dockerfile-api index 7215cbb7c..f40eda563 100644 --- a/docker/Dockerfile-api +++ b/docker/Dockerfile-api @@ -1,7 +1,7 @@ # Base layer pinned by digest (ubi8/ubi:latest as of this pin). Note the `dnf update -y` # below still pulls current packages, so the full image is not bit-for-bit reproducible. # Keep this digest in lockstep with the other Dockerfiles when bumping. -FROM registry.access.redhat.com/ubi8/ubi@sha256:e39486422f729b5c5b7c007104d2f9c92a14273b1de01cdc28d4ac648fb6e1dd +FROM registry.access.redhat.com/ubi8/ubi@sha256:2dcfc23b79d88fdaeefc6ed0cfb144e41dca600bfa73c38ab5d8dca5b05d1b7f LABEL maintainer="Red Hat - EXD" WORKDIR /src diff --git a/docker/Dockerfile-workers b/docker/Dockerfile-workers index 41f7824cb..00cfb2ac7 100644 --- a/docker/Dockerfile-workers +++ b/docker/Dockerfile-workers @@ -1,7 +1,7 @@ # Base layer pinned by digest (ubi8/ubi:latest as of this pin). Note the `dnf update -y` # below still pulls current packages, so the full image is not bit-for-bit reproducible. # Keep this digest in lockstep with the other Dockerfiles when bumping. -FROM registry.access.redhat.com/ubi8/ubi@sha256:e39486422f729b5c5b7c007104d2f9c92a14273b1de01cdc28d4ac648fb6e1dd +FROM registry.access.redhat.com/ubi8/ubi@sha256:2dcfc23b79d88fdaeefc6ed0cfb144e41dca600bfa73c38ab5d8dca5b05d1b7f LABEL maintainer="Red Hat - EXD" WORKDIR /src diff --git a/docker/message_broker/Dockerfile b/docker/message_broker/Dockerfile index 1614a36d5..120320165 100644 --- a/docker/message_broker/Dockerfile +++ b/docker/message_broker/Dockerfile @@ -2,7 +2,7 @@ # Base layer pinned by digest (ubi8/ubi:latest as of this pin). Note the `dnf update -y` # below still pulls current packages, so the full image is not bit-for-bit reproducible. # Keep this digest in lockstep with the other Dockerfiles when bumping. -FROM registry.access.redhat.com/ubi8/ubi@sha256:e39486422f729b5c5b7c007104d2f9c92a14273b1de01cdc28d4ac648fb6e1dd +FROM registry.access.redhat.com/ubi8/ubi@sha256:2dcfc23b79d88fdaeefc6ed0cfb144e41dca600bfa73c38ab5d8dca5b05d1b7f ENV ACTIVEMQ_VERSION 5.15.12 ENV ACTIVEMQ_HOME /opt/activemq