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