Skip to content

Commit

Permalink
Update all dependencies, remove deprecated error package (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 authored Jul 21, 2021
1 parent 40eb97d commit 6af3e1e
Show file tree
Hide file tree
Showing 11 changed files with 372 additions and 392 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ FROM krallin/ubuntu-tini as ubuntu-tini
FROM rethinkdb:2.4.0 as rethinkdb-python-client-builder
WORKDIR /work
RUN apt update && apt install -y python3-pip
RUN pip3 install pyinstaller rethinkdb
RUN pip3 install pyinstaller==4.3.0 rethinkdb
COPY build/rethinkdb-dump.spec rethinkdb-dump.spec
COPY build/rethinkdb-restore.spec rethinkdb-restore.spec
RUN pyinstaller rethinkdb-dump.spec \
&& pyinstaller rethinkdb-restore.spec

FROM alpine:3.13
FROM alpine:3.14
RUN apk add --no-cache tini ca-certificates
COPY --from=builder /work/bin/backup-restore-sidecar /backup-restore-sidecar
COPY --from=ubuntu-tini /usr/local/bin/tini /ubuntu/tini
Expand Down
312 changes: 214 additions & 98 deletions api/v1/initializer.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6af3e1e

Please sign in to comment.