-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Go deps, Docker 20.10.17 and Kind 0.15 (#252)
* deps: update go dependencies per dso.docker.com https://dso.docker.com/AR5C23OPM/overview/images/docker/tilt-ctlptl/digests/sha256%3A6f53f9070be1d97ffdff219ef5e44391269ad90db9b79ff42d275c165b064f9d Signed-off-by: Nick Sieger <[email protected]> * deps: install/use Docker 20.10.17 and Kind 0.15 Signed-off-by: Nick Sieger <[email protected]> * cluster: add kind image hashes Signed-off-by: Nick Sieger <[email protected]> * deps: update kind in go modules Signed-off-by: Nick Sieger <[email protected]> * test: update expected k8s kind version Signed-off-by: Nick Sieger <[email protected]> * ci: bump docker and kind versions in tilt-ctlptl-ci Signed-off-by: Nick Sieger <[email protected]> * ci: build multi-arch ci image Signed-off-by: Nick Sieger <[email protected]> Signed-off-by: Nick Sieger <[email protected]>
- Loading branch information
1 parent
bfd67f5
commit 7ab7bec
Showing
8 changed files
with
117 additions
and
80 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
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
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 |
---|---|---|
|
@@ -27,6 +27,8 @@ golangci-lint: $(GOLANGCILINT) | |
$(GOLANGCILINT): | ||
(cd /; GO111MODULE=on GOPROXY="direct" GOSUMDB=off go get github.com/golangci/golangci-lint/cmd/[email protected]) | ||
|
||
BUILDER=buildx-multiarch | ||
|
||
publish-ci-image: | ||
docker build -t docker/tilt-ctlptl-ci -f .circleci/Dockerfile . | ||
docker push docker/tilt-ctlptl-ci | ||
docker buildx inspect $(BUILDER) || docker buildx create --name=$(BUILDER) --driver=docker-container --driver-opt=network=host | ||
docker buildx build --builder=$(BUILDER) --platform=linux/amd64,linux/arm64 --push -t docker/tilt-ctlptl-ci -f .circleci/Dockerfile . |
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
Oops, something went wrong.