-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated versions: fluxctl:1.17.0 and kubectl:1.16.4
- Loading branch information
1 parent
bac4fce
commit a2d81c5
Showing
2 changed files
with
3 additions
and
4 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 |
---|---|---|
@@ -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/* | ||
|
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