Makefile: pass through APT_MIRROR
This aligns `docker build` as invoked by the Makefile with both `docker buildx bake` as invoked by the Makefile and directly by the user. Signed-off-by: Bjorn Neergaard <bjorn.neergaard@docker.com>
This commit is contained in:
parent
37dcdac218
commit
bcea83ab9b
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -133,6 +133,7 @@ endif
|
|||
DOCKER_RUN_DOCKER := $(DOCKER_FLAGS) "$(DOCKER_IMAGE)"
|
||||
|
||||
DOCKER_BUILD_ARGS += --build-arg=GO_VERSION
|
||||
DOCKER_BUILD_ARGS += --build-arg=APT_MIRROR
|
||||
DOCKER_BUILD_ARGS += --build-arg=DOCKERCLI_VERSION
|
||||
DOCKER_BUILD_ARGS += --build-arg=DOCKERCLI_REPOSITORY
|
||||
DOCKER_BUILD_ARGS += --build-arg=DOCKERCLI_INTEGRATION_VERSION
|
||||
|
|
Loading…
Add table
Reference in a new issue