From a2d81c5650642ce8ec888254b5867f56cd804ae0 Mon Sep 17 00:00:00 2001 From: calexandre Date: Thu, 19 Dec 2019 18:36:57 +0000 Subject: [PATCH] updated versions: fluxctl:1.17.0 and kubectl:1.16.4 --- Dockerfile | 6 +++--- README.md | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0188cf7..dcf3cce 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,13 @@ # alpine based -FROM lachlanevenson/k8s-kubectl:v1.16.2 +FROM lachlanevenson/k8s-kubectl:v1.16.4 LABEL maintainer="NOS Inovação S.A. " -ENV FLUX_LATEST_VERSION="1.15.0" +ENV FLUX_LATEST_VERSION="1.17.0" RUN apk add --update ca-certificates \ && apk add --update -t deps curl \ - && curl -L https://github.com/weaveworks/flux/releases/download/${FLUX_LATEST_VERSION}/fluxctl_linux_amd64 -o /usr/local/bin/fluxctl \ + && curl -L https://github.com/fluxcd/flux/releases/download/${FLUX_LATEST_VERSION}/fluxctl_linux_amd64 -o /usr/local/bin/fluxctl \ && chmod +x /usr/local/bin/fluxctl \ && apk del --purge deps \ && rm /var/cache/apk/* diff --git a/README.md b/README.md index 8ab5262..e2aa215 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Flux Client - ## Overview This container provides the Flux client fluxctl which can be used to interact with the Flux operator.