mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-11 11:31:16 +00:00
Use buildkit to build docker images
This commit is contained in:
3
Makefile
3
Makefile
@@ -123,6 +123,9 @@ EXT_DIR=$$( docker run --rm --platform $(ARCH) --entrypoint=php $(IMAGE):$(BASE_
|
|||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Use Buldkit for building
|
||||||
|
export DOCKER_BUILDKIT=1
|
||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build: check-stage-is-set
|
build: check-stage-is-set
|
||||||
build: check-parent-image-exists
|
build: check-parent-image-exists
|
||||||
|
|||||||
Reference in New Issue
Block a user