diff options
Diffstat (limited to 'image')
-rw-r--r-- | image/Dockerfile | 4 | ||||
-rw-r--r-- | image/hashes | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/image/Dockerfile b/image/Dockerfile index 96cd77c4c95d..dc85c417aa7d 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -1,8 +1,8 @@ FROM alpine:3.7 ADD hashes /root/hashes -ADD https://storage.googleapis.com/kubernetes-release/release/v1.9.4/bin/linux/amd64/kubectl /usr/bin/kubectl -ADD https://github.com/tazjin/kontemplate/releases/download/v1.4.0/kontemplate-1.4.0-1f373ca-linux-amd64.tar.gz /tmp/kontemplate.tar.gz +ADD https://storage.googleapis.com/kubernetes-release/release/v1.10.2/bin/linux/amd64/kubectl /usr/bin/kubectl +ADD https://github.com/tazjin/kontemplate/releases/download/v1.5.0/kontemplate-1.5.0-c68518d-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 diff --git a/image/hashes b/image/hashes index 073d2a787b51..1a0602ed6fa5 100644 --- a/image/hashes +++ b/image/hashes @@ -1,2 +1,2 @@ -fbf7b8f60e8090f9b615f893b4cc18583c77cd5a0092b46d0ceb7a78f99bab74 /tmp/kontemplate.tar.gz -1649bcda95e1662da0616a5314261285fa4154d769dc4148cc339d859b564c39 /usr/bin/kubectl +b37004daed21b3368271d01471aa9eda979358fa707b8e9f36614c876d051bb0 /tmp/kontemplate.tar.gz +524766fa2b88d64cff3276f4284107519f3cdd233692f08935aafa03b570f3ea /usr/bin/kubectl |