Skip to content

Commit

Permalink
Merge pull request #2 from nosinovacao/22.04.0
Browse files Browse the repository at this point in the history
Updated kubectl and fluxctl versions and changed location to ghcr
  • Loading branch information
diogoserrano authored Apr 5, 2022
2 parents 286e45f + 140f3a1 commit 0ba5699
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# alpine based
FROM lachlanevenson/k8s-kubectl:v1.17.17
FROM lachlanevenson/k8s-kubectl:v1.21.10

LABEL maintainer="NOS Inovação S.A. <[email protected]>"

ENV FLUX_LATEST_VERSION="1.20.2"
ENV FLUX_LATEST_VERSION="1.24.3"

RUN apk add --update ca-certificates \
&& apk add --update -t deps curl \
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default: docker_build

DOCKER_IMAGE ?= nosinovacao/fluxctl
DOCKER_IMAGE ?= ghcr.io/nosinovacao/fluxctl
GIT_BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)

ifeq ($(GIT_BRANCH), master)
Expand All @@ -12,7 +12,6 @@ endif
docker_build:
@docker build \
-t $(DOCKER_IMAGE):$(DOCKER_TAG) .

docker_push:
# Push to DockerHub
docker push $(DOCKER_IMAGE):$(DOCKER_TAG)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ For more information regarding Flux, please visit <https://github.com/weaveworks

## Run

`docker run --rm nosinovacao/fluxctl:latest --help`
`docker run --rm ghcr.io/nosinovacao/fluxctl:latest --help`

0 comments on commit 0ba5699

Please sign in to comment.