Build container without cache
This commit is contained in:
parent
45852714fc
commit
a082bf83cf
1
Makefile
1
Makefile
|
|
@ -128,6 +128,7 @@ container: .container-$(DOTFILE_IMAGE) container-name
|
||||||
-e 's|{ARG_FROM}|$(BASEIMAGE)|g' \
|
-e 's|{ARG_FROM}|$(BASEIMAGE)|g' \
|
||||||
Dockerfile.in > .dockerfile-$(OS)_$(ARCH)
|
Dockerfile.in > .dockerfile-$(OS)_$(ARCH)
|
||||||
@docker buildx build \
|
@docker buildx build \
|
||||||
|
--no-cache \
|
||||||
--load \
|
--load \
|
||||||
--platform "$(OS)/$(ARCH)" \
|
--platform "$(OS)/$(ARCH)" \
|
||||||
--build-arg HTTP_PROXY=$(HTTP_PROXY) \
|
--build-arg HTTP_PROXY=$(HTTP_PROXY) \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue