Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update kopia dependency in Kanister-tools image to 08cf7eb commit #1344

Merged
merged 3 commits into from
Mar 31, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LABEL name="kanister-tools" \

COPY --from=restic/restic:0.11.0 /usr/bin/restic /usr/local/bin/restic
# kastenhq/kopia alpine-sha-40d45ba image
ankitjain235 marked this conversation as resolved.
Show resolved Hide resolved
COPY --from=ghcr.io/kastenhq/kopia@sha256:ad987e7062686fb1c2485e7c1a94268708682152d97f2160a4b93aa514d65b7e \
COPY --from=ghcr.io/kastenhq/kopia@sha256:b6018f24208dec4ef8de53fb33ef87fb5d2038526962357e523b9f86393b8b9d \
/kopia/kopia /usr/local/bin/kopia
COPY LICENSE /licenses/LICENSE

Expand Down