Skip to content

Commit

Permalink
Added changes to install kopia from github assets
Browse files Browse the repository at this point in the history
Signed-off-by: kesavan thiruvenkadasamy <[email protected]>
  • Loading branch information
px-kesavan committed Sep 20, 2023
1 parent 36835cd commit 41d953c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 2 additions & 3 deletions Dockerfile.kopia
Original file line number Diff line number Diff line change
Expand Up @@ -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 /
Expand Down
6 changes: 0 additions & 6 deletions kopia.repo

This file was deleted.

0 comments on commit 41d953c

Please sign in to comment.