From 1f521acbba1f8dd49baf287d3741c4c3d63b66fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 07:04:22 +0000 Subject: [PATCH] chore(deps): update ghcr.io/pingcap-qe/bases/pingcap-base docker tag to v1.9.2 (#455) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/pingcap-qe/bases/pingcap-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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- dockerfiles/bases/tikv-base/fips.Dockerfile | 2 +- dockerfiles/cd/builders/tidb-operator/Dockerfile | 2 +- dockerfiles/products/br.Dockerfile | 2 +- dockerfiles/products/tiproxy/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dockerfiles/bases/tikv-base/fips.Dockerfile b/dockerfiles/bases/tikv-base/fips.Dockerfile index d8e19864..0fcc99ea 100644 --- a/dockerfiles/bases/tikv-base/fips.Dockerfile +++ b/dockerfiles/bases/tikv-base/fips.Dockerfile @@ -1,4 +1,4 @@ -ARG PINGCAP_BASE=ghcr.io/pingcap-qe/bases/pingcap-base:v1.9.1 +ARG PINGCAP_BASE=ghcr.io/pingcap-qe/bases/pingcap-base:v1.9.2 FROM $PINGCAP_BASE # wget is requested by operator RUN dnf install -y tzdata wget openssl && dnf clean all diff --git a/dockerfiles/cd/builders/tidb-operator/Dockerfile b/dockerfiles/cd/builders/tidb-operator/Dockerfile index 451d1954..3ddd3863 100644 --- a/dockerfiles/cd/builders/tidb-operator/Dockerfile +++ b/dockerfiles/cd/builders/tidb-operator/Dockerfile @@ -26,7 +26,7 @@ ARG GOPROXY RUN GOPROXY=${GOPROXY} make build -C /ws && mv /ws/images/tidb-operator/bin/$(arch) /ws/bin ########### stage: Final image -FROM ghcr.io/pingcap-qe/bases/pingcap-base:v1.9.1 +FROM ghcr.io/pingcap-qe/bases/pingcap-base:v1.9.2 COPY --from=building /ws/bin/tidb-scheduler /usr/local/bin/tidb-scheduler COPY --from=building /ws/bin/tidb-discovery /usr/local/bin/tidb-discovery diff --git a/dockerfiles/products/br.Dockerfile b/dockerfiles/products/br.Dockerfile index 5eb40da1..50223248 100644 --- a/dockerfiles/products/br.Dockerfile +++ b/dockerfiles/products/br.Dockerfile @@ -1,3 +1,3 @@ -ARG BASE_IMG=ghcr.io/pingcap-qe/bases/pingcap-base:v1.9.1 +ARG BASE_IMG=ghcr.io/pingcap-qe/bases/pingcap-base:v1.9.2 FROM $BASE_IMG COPY br /br diff --git a/dockerfiles/products/tiproxy/Dockerfile b/dockerfiles/products/tiproxy/Dockerfile index 23e6eb96..5549b1e8 100644 --- a/dockerfiles/products/tiproxy/Dockerfile +++ b/dockerfiles/products/tiproxy/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMG=ghcr.io/pingcap-qe/bases/pingcap-base:v1.9.1 +ARG BASE_IMG=ghcr.io/pingcap-qe/bases/pingcap-base:v1.9.2 FROM $BASE_IMG COPY tiproxy tiproxyctl /bin/