Skip to content

Commit

Permalink
[cherry-pick] Use forked redis-dump-go (#37) (#38)
Browse files Browse the repository at this point in the history
/cherry-pick

Signed-off-by: Tamal Saha <tamal@appscode.com>

Co-authored-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
1gtm and tamalsaha committed Sep 24, 2021
1 parent c857baf commit c4fe884
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dbg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN set -x
&& chmod 755 restic

RUN set -x \
&& 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 \
&& 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 \
&& tar -xzf redis-dump-go.tar.gz \
&& chmod 755 redis-dump-go

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN set -x
&& chmod 755 restic

RUN set -x \
&& 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 \
&& 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 \
&& tar -xzf redis-dump-go.tar.gz \
&& chmod 755 redis-dump-go

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ else
endif

RESTIC_VER := 0.12.1
REDIS_DUMP_VER := 0.5.1
REDIS_DUMP_VER := 0.6.0

###
### These variables should not need tweaking.
Expand Down

0 comments on commit c4fe884

Please sign in to comment.