Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile-api
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-workers
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/message_broker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading