Skip to content

Commit

Permalink
DBZ-8564 Use buildkit from mirror; use mirror in Postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Jan 16, 2025
1 parent 2727d44 commit 2de7d54
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion postgres/12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN git clone https://github.com/eulerto/wal2json -b master --single-branch \
&& rm -rf wal2json


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

LABEL maintainer="Debezium Community"

Expand Down
2 changes: 1 addition & 1 deletion postgres/13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN git clone https://github.com/eulerto/wal2json -b master --single-branch \
&& rm -rf wal2json


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

LABEL maintainer="Debezium Community"

Expand Down
2 changes: 1 addition & 1 deletion postgres/14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN git clone https://github.com/eulerto/wal2json -b master --single-branch \
&& rm -rf wal2json


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

LABEL maintainer="Debezium Community"

Expand Down
2 changes: 1 addition & 1 deletion postgres/16/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:16-bullseye
FROM mirror.gcr.io/library/postgres:16-bullseye

LABEL maintainer="Debezium Community"

Expand Down
2 changes: 1 addition & 1 deletion postgres/17/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:17-bullseye
FROM mirror.gcr.io/library/postgres:17-bullseye

LABEL maintainer="Debezium Community"

Expand Down
2 changes: 1 addition & 1 deletion setup-local-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
name=debezium-container-builder

docker buildx ls | grep -q $name && docker buildx rm $name
docker buildx create --driver-opt network=host --use --name $name
docker buildx create --driver-opt network=host --driver-opt image=mirror.gcr.io/moby/buildkit --use --name $name

0 comments on commit 2de7d54

Please sign in to comment.