|
@@ -39,7 +39,7 @@ docker-qemu-src: $(DOCKER_SRC_COPY)
|
|
# General rule for building docker images.
|
|
# General rule for building docker images.
|
|
docker-image-%: $(DOCKER_FILES_DIR)/%.docker
|
|
docker-image-%: $(DOCKER_FILES_DIR)/%.docker
|
|
$(call quiet-command, \
|
|
$(call quiet-command, \
|
|
- $(RUNC) build \
|
|
|
|
|
|
+ DOCKER_BUILDKIT=1 $(RUNC) build \
|
|
$(if $V,,--quiet) \
|
|
$(if $V,,--quiet) \
|
|
$(if $(NOCACHE),--no-cache, \
|
|
$(if $(NOCACHE),--no-cache, \
|
|
$(if $(DOCKER_REGISTRY),--cache-from $(DOCKER_REGISTRY)/qemu/$*)) \
|
|
$(if $(DOCKER_REGISTRY),--cache-from $(DOCKER_REGISTRY)/qemu/$*)) \
|