Skip to content

Commit

Permalink
updated versions: fluxctl:1.17.0 and kubectl:1.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
calexandre committed Dec 19, 2019
1 parent bac4fce commit a2d81c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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. <[email protected]>"

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/*
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Flux Client


## Overview

This container provides the Flux client fluxctl which can be used to interact with the Flux operator.
Expand Down

0 comments on commit a2d81c5

Please sign in to comment.