chore(image): Update image for Kontemplate 1.7.0
Version changes: * Kontemplate 1.7.0 * Kubectl 1.11.0 * Alpine 3.8
This commit is contained in:
parent
f31a7d33b6
commit
20b9432f16
2 changed files with 5 additions and 5 deletions
|
|
@ -1,8 +1,8 @@
|
|||
FROM alpine:3.7
|
||||
FROM alpine:3.8
|
||||
|
||||
ADD hashes /root/hashes
|
||||
ADD https://storage.googleapis.com/kubernetes-release/release/v1.10.4/bin/linux/amd64/kubectl /usr/bin/kubectl
|
||||
ADD https://github.com/tazjin/kontemplate/releases/download/v1.6.0/kontemplate-1.6.0-97bef90-linux-amd64.tar.gz /tmp/kontemplate.tar.gz
|
||||
ADD https://storage.googleapis.com/kubernetes-release/release/v1.11.0/bin/linux/amd64/kubectl /usr/bin/kubectl
|
||||
ADD https://github.com/tazjin/kontemplate/releases/download/v1.7.0/kontemplate-1.7.0-511ae92-linux-amd64.tar.gz /tmp/kontemplate.tar.gz
|
||||
|
||||
# Pass release version is 1.7.1
|
||||
ADD https://raw.githubusercontent.com/zx2c4/password-store/38ec1c72e29c872ec0cdde82f75490640d4019bf/src/password-store.sh /usr/bin/pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue