File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
images/tidb-backup-manager Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dataSource:
28
28
# pvcName: tidb-cluster-scheduled-backup
29
29
# backupName: scheduled-backup-20190822-041004
30
30
remote :
31
- rcloneImage : rclone/rclone:1.55.1
31
+ rcloneImage : rclone/rclone:1.57.0
32
32
storageClassName : local-storage
33
33
storage : 100Gi
34
34
secretName : cloud-storage-secret
Original file line number Diff line number Diff line change 1
1
FROM pingcap/alpine-glibc:alpine-3.14.3-gcompat
2
2
ARG TARGETARCH
3
- ARG RCLONE_VERSION=v1.51 .0
3
+ ARG RCLONE_VERSION=v1.57 .0
4
4
ARG SHUSH_VERSION=v1.4.0
5
5
ARG TOOLKIT_VERSION=v6.1.0
6
6
RUN apk update && apk add ca-certificates wget unzip bind-tools --no-cache && rm -rf /var/cache/apk/*
Original file line number Diff line number Diff line change 1
1
FROM pingcap/alpine-glibc:alpine-3.14.3-gcompat
2
2
ARG TARGETARCH=amd64
3
- ARG RCLONE_VERSION=v1.51 .0
3
+ ARG RCLONE_VERSION=v1.57 .0
4
4
ARG SHUSH_VERSION=v1.4.0
5
5
ARG TOOLKIT_VERSION=v6.1.0
6
6
RUN apk update && apk add ca-certificates wget unzip bind-tools --no-cache && rm -rf /var/cache/apk/*
You can’t perform that action at this time.
0 commit comments