Merge pull request #349 from thockin/build-no-cache-v4

Build container without cache
This commit is contained in:
Kubernetes Prow Robot 2021-03-12 02:56:17 -08:00 committed by GitHub
commit aab6380c0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ container: .container-$(DOTFILE_IMAGE) container-name
-e 's|{ARG_FROM}|$(BASEIMAGE)|g' \
Dockerfile.in > .dockerfile-$(OS)_$(ARCH)
@docker buildx build \
--no-cache \
--load \
--platform "$(OS)/$(ARCH)" \
--build-arg HTTP_PROXY=$(HTTP_PROXY) \