Skip to content

Commit

Permalink
chore(deps): update ghcr.io/pingcap-qe/bases/tikv-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 9, 2024
1 parent d0c6a4d commit 2487075
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tikv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN --mount=type=cache,target=/tikv/target \
RUN /tikv/bin/tikv-server --version

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

ENV MALLOC_CONF="prof:true,prof_active:false"
COPY --from=building /tikv/bin/tikv-server /tikv-server
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tikv/centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN --mount=type=cache,target=/tikv/target \
RUN /tikv/bin/tikv-server --version

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

ENV MALLOC_CONF="prof:true,prof_active:false"
COPY --from=building /tikv/bin/tikv-server /tikv-server
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tikv/fips.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN --mount=type=cache,target=/tikv/target \
RUN /ws/bin/tikv-server --version

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

ENV MALLOC_CONF="prof:true,prof_active:false"
COPY --from=building /ws/bin/tikv-server /tikv-server
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/products/tikv-fips.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tikv-base:v1.9.1-fips
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tikv-base:v1.9.2-fips
FROM $BASE_IMG
COPY tikv-server /tikv-server
COPY tikv-ctl /tikv-ctl
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/products/tikv.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tikv-base:v1.9.1
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tikv-base:v1.9.2
FROM $BASE_IMG
COPY tikv-server /tikv-server
COPY tikv-ctl /tikv-ctl
Expand Down

0 comments on commit 2487075

Please sign in to comment.