Skip to content

Commit

Permalink
chore(deps): update ghcr.io/pingcap-qe/bases/pd-base docker tag to v1…
Browse files Browse the repository at this point in the history
….9.2 (#454)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ghcr.io/pingcap-qe/bases/pd-base](https://redirect.github.com/rocky-linux/rocky-toolbox-images)
| final | 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 this update
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>
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 1f521ac commit 52cfe8c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/pd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN /ws/bin/pd-ctl -V
RUN /ws/bin/pd-recover -V

########### stage: Final image
FROM ghcr.io/pingcap-qe/bases/pd-base:v1.9.1
FROM ghcr.io/pingcap-qe/bases/pd-base:v1.9.2
COPY --from=building /ws/bin/pd-server /pd-server
COPY --from=building /ws/bin/pd-ctl /pd-ctl
COPY --from=building /ws/bin/pd-recover /pd-recover
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/pd/centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN /pd/bin/pd-ctl -V
RUN /pd/bin/pd-recover -V

########### stage: Final image
FROM ghcr.io/pingcap-qe/bases/pd-base:v1.9.1
FROM ghcr.io/pingcap-qe/bases/pd-base:v1.9.2

COPY --from=building /pd/bin/pd-server /pd-server
COPY --from=building /pd/bin/pd-ctl /pd-ctl
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tidb-dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN GOPROXY=${GOPROXY} make package -C /ws
RUN /ws/bin/tidb-dashboard --version

########### stage: Final image
FROM ghcr.io/pingcap-qe/bases/pd-base:v1.9.1
FROM ghcr.io/pingcap-qe/bases/pd-base:v1.9.2

COPY --from=building /ws/bin/tidb-dashboard /tidb-dashboard

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tidb-dashboard/centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN GOPROXY=${GOPROXY} make package -C /ws
RUN /ws/bin/tidb-dashboard --version

########### stage: Final image
FROM ghcr.io/pingcap-qe/bases/pd-base:v1.9.1
FROM ghcr.io/pingcap-qe/bases/pd-base:v1.9.2

COPY --from=building /ws/bin/tidb-dashboard /tidb-dashboard

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/products/pd.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/pd-base:v1.9.1
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/pd-base:v1.9.2
FROM $BASE_IMG
COPY pd-server /pd-server
COPY pd-ctl /pd-ctl
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/products/tidb-dashboard.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/pd-base:v1.9.1
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/pd-base:v1.9.2
FROM $BASE_IMG
COPY tidb-dashboard /tidb-dashboard
EXPOSE 12333
Expand Down

0 comments on commit 52cfe8c

Please sign in to comment.