Skip to content

Commit

Permalink
DBZ-8564 Move away from dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
vjuranek committed Jan 21, 2025
1 parent 452ec99 commit c1784c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-debezium-multiplatform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ build_docker_image () {
echo "** Validating ${DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME}/${IMAGE_NAME}"
echo "****************************************************************"
echo ""
docker run --rm -i hadolint/hadolint:latest < "${IMAGE_PATH}"
docker run --rm -i mirror.gcr.io/hadolint/hadolint:latest < "${IMAGE_PATH}"

echo "****************************************************************"
echo "** Building ${DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME}/${IMAGE_NAME}:${IMAGE_TAG}"
Expand Down
2 changes: 1 addition & 1 deletion build-debezium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build_docker_image () {
echo "** Validating ${DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME}/${IMAGE_NAME}"
echo "****************************************************************"
echo ""
docker run --rm -i hadolint/hadolint:latest < "${IMAGE_PATH}"
docker run --rm -i mirror.gcr.io/hadolint/hadolint:latest < "${IMAGE_PATH}"

echo "****************************************************************"
echo "** Building ${DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME}/${IMAGE_NAME}:${IMAGE_TAG}"
Expand Down
2 changes: 1 addition & 1 deletion check-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
## Lints all Dockerfiles with Hadolint
##
docker run --rm -i -v "$(pwd)":/p --workdir=/p \
hadolint/hadolint:latest-debian \
mirror.gcr.io/hadolint/hadolint:latest-debian \
hadolint ./*/*/Dockerfile
2 changes: 1 addition & 1 deletion postgres/15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN git clone https://github.com/debezium/postgres-decoderbufs -b $PLUGIN_VERSIO
&& rm -rf postgres-decoderbufs


FROM postgres:15-bullseye
FROM mirror.gcr.io/library/postgres:15-bullseye

LABEL maintainer="Debezium Community"

Expand Down

0 comments on commit c1784c2

Please sign in to comment.