Skip to content

Commit

Permalink
Update redis-node-finder with shard replica count changes (#15)
Browse files Browse the repository at this point in the history
* Update redis node finder with shard replica count changes

Signed-off-by: Neaj Morshad <[email protected]>
  • Loading branch information
Neaj-Morshad-101 authored Jul 10, 2024
1 parent 31794eb commit 5c0da6d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG TARGETARCH

RUN set -x \
&& apk add --no-cache ca-certificates \
&& wget -O redis-node-finder.tar.gz https://github.com/kubedb/redis-node-finder/releases/download/v0.1.0/redis-node-finder-${TARGETOS}-${TARGETARCH}.tar.gz \
&& wget -O redis-node-finder.tar.gz https://github.com/kubedb/redis-node-finder/releases/download/v0.2.0/redis-node-finder-${TARGETOS}-${TARGETARCH}.tar.gz \
&& tar xzf redis-node-finder.tar.gz \
&& chmod +x redis-node-finder-${TARGETOS}-${TARGETARCH} \
&& mv redis-node-finder-${TARGETOS}-${TARGETARCH} redis-node-finder
Expand All @@ -16,8 +16,6 @@ FROM alpine

LABEL org.opencontainers.image.source https://github.com/kubedb/redis-init-docker

LABEL org.opencontainers.image.source https://github.com/kubedb/redis-init-docker

RUN apk add --no-cache bash

COPY scripts /tmp/scripts
Expand Down

0 comments on commit 5c0da6d

Please sign in to comment.