Skip to content

Commit

Permalink
Use latest kopia image from ghcr registry - alpine-7dd9e33 (#1013)
Browse files Browse the repository at this point in the history
* Use latest kopia image from ghcr registry

* Update to newer kopia image alpine-7dd9e33

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
ankitjain235 and mergify[bot] committed Jul 22, 2021
1 parent b20661c commit c6354c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ LABEL name="kanister-tools" \
description="Kanister tools for application-specific data management"

COPY --from=restic/restic:0.11.0 /usr/bin/restic /usr/local/bin/restic
# kopia alpine-30d16967 image
COPY --from=kanisterio/kopia@sha256:dafd7c37f11c02e6930fe88c418b7cdcedc9b9f07d2727e78d8bd685ced8923e \
# kopia alpine-7dd9e33 image
COPY --from=ghcr.io/kanisterio/kopia@sha256:cdea37da815dd97bc437f384531a0bab41528281b7b23bc2543e3af26a21c967 \
/kopia/kopia /usr/local/bin/kopia
COPY LICENSE /licenses/LICENSE

Expand Down

0 comments on commit c6354c5

Please sign in to comment.