Skip to content

Commit d6452e0

Browse files
authored
Ignore 404 status code when listing legacy templates (#690) (#695)
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 5b15ac6 commit d6452e0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile.dbg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ FROM {ARG_FROM}
3333
LABEL org.opencontainers.image.source https://github.com/stashed/elasticsearch
3434

3535
RUN set -x \
36-
&& apk add --update --no-cache bash ca-certificates curl
36+
&& apk add --update --no-cache bash ca-certificates curl git
3737

3838
RUN npm config set unsafe-perm true \
39-
&& npm install elasticdump@6.65.3 -g
39+
&& npm install -g https://github.com/stashed/elasticsearch-dump#ccd87cc2563f1bf328ef2631ac592720ccc10a36
4040

4141
COPY --from=0 restic /bin/restic
4242
COPY bin/{ARG_OS}_{ARG_ARCH}/{ARG_BIN} /{ARG_BIN}

Dockerfile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ FROM {ARG_FROM}
3333
LABEL org.opencontainers.image.source https://github.com/stashed/elasticsearch
3434

3535
RUN set -x \
36-
&& apk add --update --no-cache bash ca-certificates curl
36+
&& apk add --update --no-cache bash ca-certificates curl git
3737

3838
RUN npm config set unsafe-perm true \
39-
&& npm install elasticdump@6.65.3 -g
39+
&& npm install -g https://github.com/stashed/elasticsearch-dump#ccd87cc2563f1bf328ef2631ac592720ccc10a36
4040

4141
COPY --from=0 /restic /bin/restic
4242
COPY bin/{ARG_OS}_{ARG_ARCH}/{ARG_BIN} /{ARG_BIN}

0 commit comments

Comments
 (0)