Skip to content

Commit

Permalink
Update registry.access
Browse files Browse the repository at this point in the history
  • Loading branch information
dscervantes committed Oct 29, 2024
1 parent 0e92a1c commit c37176c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions event-streams/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.redhat.io/ubi8/openjdk-17 as builder
FROM registry.access.redhat.com/ubi8/openjdk-17 as builder
USER root

ENV EXTRA_PLUGINS=/deps/plugins \
Expand Down Expand Up @@ -26,7 +26,7 @@ RUN ./mvnw -Dschema.event.run=/src/run.event.yaml -Dschema.event.run.host=/src/r


# https://access.redhat.com/documentation/en-us/red_hat_amq/2021.q3/html-single/deploying_and_upgrading_amq_streams_on_openshift/index#creating-new-image-from-base-str
FROM registry.redhat.io/amq-streams/kafka-36-rhel9:2.7.0-17
FROM registry.access.redhat.com/amq-streams/kafka-36-rhel9:2.7.0-17

ARG BUILD_COMMIT=unknown

Expand Down

0 comments on commit c37176c

Please sign in to comment.