Skip to content

Commit c4fe884

Browse files
1gtmtamalsaha
andauthored
[cherry-pick] Use forked redis-dump-go (#37) (#38)
/cherry-pick Signed-off-by: Tamal Saha <tamal@appscode.com> Co-authored-by: Tamal Saha <tamal@appscode.com>
1 parent c857baf commit c4fe884

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile.dbg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN set -x
2727
&& chmod 755 restic
2828

2929
RUN set -x \
30-
&& curl -fsSL -o redis-dump-go.tar.gz https://github.com/yannh/redis-dump-go/releases/download/v{REDIS_DUMP_VER}/redis-dump-go_{REDIS_DUMP_VER}_{ARG_OS}_{ARG_ARCH}.tar.gz \
30+
&& curl -fsSL -o redis-dump-go.tar.gz https://github.com/kubedb/redis-dump-go/releases/download/v{REDIS_DUMP_VER}/redis-dump-go_{REDIS_DUMP_VER}_{ARG_OS}_{ARG_ARCH}.tar.gz \
3131
&& tar -xzf redis-dump-go.tar.gz \
3232
&& chmod 755 redis-dump-go
3333

Dockerfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN set -x
2727
&& chmod 755 restic
2828

2929
RUN set -x \
30-
&& curl -fsSL -o redis-dump-go.tar.gz https://github.com/yannh/redis-dump-go/releases/download/v{REDIS_DUMP_VER}/redis-dump-go_{REDIS_DUMP_VER}_{ARG_OS}_{ARG_ARCH}.tar.gz \
30+
&& curl -fsSL -o redis-dump-go.tar.gz https://github.com/kubedb/redis-dump-go/releases/download/v{REDIS_DUMP_VER}/redis-dump-go_{REDIS_DUMP_VER}_{ARG_OS}_{ARG_ARCH}.tar.gz \
3131
&& tar -xzf redis-dump-go.tar.gz \
3232
&& chmod 755 redis-dump-go
3333

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ else
4343
endif
4444

4545
RESTIC_VER := 0.12.1
46-
REDIS_DUMP_VER := 0.5.1
46+
REDIS_DUMP_VER := 0.6.0
4747

4848
###
4949
### These variables should not need tweaking.

0 commit comments

Comments
 (0)