Skip to content

Commit

Permalink
Remove tini from backup-restore-sidecar container. (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Sep 25, 2023
1 parent 3983ac2 commit b5a92ae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# TODO: remove tini in a future release, not required anymore since pre- and post-exec-cmd flags
FROM krallin/ubuntu-tini as ubuntu-tini

FROM ghcr.io/metal-stack/rethinkdb-backup-tools-build:v2.4.1 as rethinkdb-backup-tools

FROM alpine:3.18
# TODO: remove tini in a future release, not required anymore since pre- and post-exec-cmd flags
RUN apk add --no-cache tini ca-certificates
COPY bin/backup-restore-sidecar /backup-restore-sidecar
COPY --from=ubuntu-tini /usr/local/bin/tini-static /ubuntu/tini
COPY --from=rethinkdb-backup-tools /rethinkdb-dump /rethinkdb-restore /rethinkdb/
CMD ["/backup-restore-sidecar"]

0 comments on commit b5a92ae

Please sign in to comment.