-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade to restic v0.9.4 and replace --hostname with --host
Signed-off-by: Steve Kriss <[email protected]>
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 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 |
---|---|---|
|
@@ -19,9 +19,9 @@ MAINTAINER Andy Goldstein <[email protected]> | |
RUN apk add --no-cache ca-certificates | ||
|
||
RUN apk add --update --no-cache bzip2 && \ | ||
wget --quiet https://github.com/restic/restic/releases/download/v0.9.3/restic_0.9.3_linux_amd64.bz2 && \ | ||
bunzip2 restic_0.9.3_linux_amd64.bz2 && \ | ||
mv restic_0.9.3_linux_amd64 /usr/bin/restic && \ | ||
wget --quiet https://github.com/restic/restic/releases/download/v0.9.4/restic_0.9.4_linux_amd64.bz2 && \ | ||
bunzip2 restic_0.9.4_linux_amd64.bz2 && \ | ||
mv restic_0.9.4_linux_amd64 /usr/bin/restic && \ | ||
chmod +x /usr/bin/restic | ||
|
||
ADD /bin/linux/amd64/velero /velero | ||
|
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
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