Skip to content

Commit

Permalink
DBZ-7033 Fix FROM after release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Oct 18, 2023
1 parent b6b8c64 commit 1b42e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion connect-base/2.5/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME
FROM localhost:5500/debeziumquay/kafka:2.5
FROM $DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME/kafka:2.5

LABEL maintainer="Debezium Community"

Expand Down
2 changes: 1 addition & 1 deletion connect/2.5/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME
FROM localhost:5500/debeziumquay/connect-base:2.5
FROM $DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME/connect-base:2.5

LABEL maintainer="Debezium Community"

Expand Down

0 comments on commit 1b42e8e

Please sign in to comment.