-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added changes to install kopia from github assets
Signed-off-by: kesavan thiruvenkadasamy <[email protected]>
- Loading branch information
1 parent
36835cd
commit 41d953c
Showing
2 changed files
with
2 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,10 @@ MAINTAINER Portworx Inc. <[email protected]> | |
RUN microdnf install -y bash vim make wget gpg ca-certificates yum && \ | ||
microdnf clean all | ||
|
||
RUN rpm --import https://kopia.io/signing-key | ||
RUN curl -LJO https://github.com/kopia/kopia/releases/download/v0.10.6/kopia-0.10.6.x86_64.rpm | ||
|
||
COPY kopia.repo /etc/yum.repos.d/kopia.repo | ||
RUN yum install -y kopia-0.10.6.x86_64.rpm | ||
|
||
RUN yum install -y kopia-0.10.6 | ||
WORKDIR / | ||
|
||
COPY ./bin/kopiaexecutor / | ||
|
This file was deleted.
Oops, something went wrong.