Skip to content

Commit

Permalink
feat: change utils base image
Browse files Browse the repository at this point in the history
Signed-off-by: lijie <[email protected]>
  • Loading branch information
jayl1e committed Jul 25, 2023
1 parent d1c8aa3 commit 1670b5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions images/br-federation-manager/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM alpine:3.14
FROM hub.pingcap.net/bases/tools-base:v1

ARG TARGETARCH
RUN apk add tzdata bind-tools --no-cache
ADD bin/${TARGETARCH}/br-federation-manager /usr/local/bin/br-federation-manager
2 changes: 1 addition & 1 deletion images/tidb-backup-manager/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rockylinux:9.1.20230215
FROM hub.pingcap.net/bases/pingcap-base:v1
ARG TARGETARCH
ARG RCLONE_VERSION=v1.57.0
ARG SHUSH_VERSION=v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion images/tidb-backup-manager/Dockerfile.e2e
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rockylinux:9.1.20230215
FROM hub.pingcap.net/bases/pingcap-base:v1
ARG TARGETARCH=amd64
ARG RCLONE_VERSION=v1.57.0
ARG SHUSH_VERSION=v1.4.0
Expand Down

0 comments on commit 1670b5c

Please sign in to comment.