Skip to content

Commit

Permalink
chore(deps): update ghcr.io/pingcap-qe/bases/pingcap-base docker tag …
Browse files Browse the repository at this point in the history
…to v1.9.2
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent ea69f0a commit 784f3bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/bases/tikv-base/fips.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tidb-operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/products/br.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion dockerfiles/products/tiproxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit 784f3bd

Please sign in to comment.