Skip to content

Commit

Permalink
chore(deps): update ghcr.io/pingcap-qe/bases/tools-base docker tag to…
Browse files Browse the repository at this point in the history
… v1.9.2
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent c72dbcb commit d28888d
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/cd/builders/tiflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN /ws/bin/dm-syncer -V
RUN /ws/bin/dmctl -V

########### stage: Final image - cdc
FROM ghcr.io/pingcap-qe/bases/tools-base:v1.9.1 as final-cdc
FROM ghcr.io/pingcap-qe/bases/tools-base:v1.9.2 as final-cdc
COPY --from=building-cdc /ws/bin/cdc /cdc

EXPOSE 8300
Expand All @@ -74,7 +74,7 @@ RUN /cdc version


########### stage: Final image - dm
FROM ghcr.io/pingcap-qe/bases/tools-base:v1.9.1 as final-dm
FROM ghcr.io/pingcap-qe/bases/tools-base:v1.9.2 as final-dm
COPY --from=building-dm /ws/bin/dm-master /dm-master
COPY --from=building-dm /ws/bin/dm-worker /dm-worker
COPY --from=building-dm /ws/bin/dm-syncer /dm-syncer
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/cd/builders/tiflow/centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN /tiflow/bin/dm-syncer -V
RUN /tiflow/bin/dmctl -V

########### stage: Final image - cdc
FROM ghcr.io/pingcap-qe/bases/tools-base:v1.9.1 as final-cdc
FROM ghcr.io/pingcap-qe/bases/tools-base:v1.9.2 as final-cdc

COPY --from=building-cdc /tiflow/bin/cdc /cdc
EXPOSE 8300
Expand All @@ -79,7 +79,7 @@ RUN /cdc version


########### stage: Final image - dm
FROM ghcr.io/pingcap-qe/bases/tools-base:v1.9.1 as final-dm
FROM ghcr.io/pingcap-qe/bases/tools-base:v1.9.2 as final-dm

COPY --from=building-dm /tiflow/bin/dm-master /dm-master
COPY --from=building-dm /tiflow/bin/dm-worker /dm-worker
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/products/dm.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tools-base:v1.9.1
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tools-base:v1.9.2
FROM $BASE_IMG
COPY dm-worker /dm-worker
COPY dm-master /dm-master
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/products/dumpling.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tools-base:v1.9.1
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tools-base:v1.9.2
FROM $BASE_IMG
COPY dumpling /dumpling
2 changes: 1 addition & 1 deletion dockerfiles/products/ticdc.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tools-base:v1.9.1
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tools-base:v1.9.2
FROM $BASE_IMG
COPY cdc /cdc
EXPOSE 8300
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/products/tidb-binlog.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tools-base:v1.9.1
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tools-base:v1.9.2
FROM $BASE_IMG
COPY pump /pump
COPY drainer /drainer
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/products/tidb-lightning-debug.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tools-base:v1.9.1
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tools-base:v1.9.2
FROM $BASE_IMG
COPY tidb-lightning /tidb-lightning
COPY tidb-lightning-ctl /tidb-lightning-ctl
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/products/tidb-lightning.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tools-base:v1.9.1
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tools-base:v1.9.2
FROM $BASE_IMG
COPY tidb-lightning /tidb-lightning
COPY tidb-lightning-ctl /tidb-lightning-ctl
2 changes: 1 addition & 1 deletion dockerfiles/products/tidb-tools.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tools-base:v1.9.1
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tools-base:v1.9.2
FROM $BASE_IMG
COPY sync_diff_inspector /sync_diff_inspector

0 comments on commit d28888d

Please sign in to comment.