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 (#460)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ghcr.io/pingcap-qe/bases/tools-base](https://redirect.github.com/rocky-linux/rocky-toolbox-images)
| final | patch | `v1.9.1` -> `v1.9.2` |
|
[ghcr.io/pingcap-qe/bases/tools-base](https://redirect.github.com/rocky-linux/rocky-toolbox-images)
| stage | patch | `v1.9.1` -> `v1.9.2` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/PingCAP-QE/artifacts).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
  • Loading branch information
renovate[bot] and ti-chi-bot authored Oct 8, 2024
1 parent 2a60483 commit d0c6a4d
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 d0c6a4d

Please sign in to comment.