mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
build images using Buildkit
This commit is contained in:
parent
5e6c978a47
commit
be79b6e907
2
Makefile
2
Makefile
@ -604,7 +604,7 @@ docker-compose-clean: awx/projects
|
||||
# Base development image build
|
||||
docker-compose-build:
|
||||
ansible-playbook tools/ansible/dockerfile.yml -e build_dev=True
|
||||
docker build -t $(DEVEL_IMAGE_NAME) \
|
||||
DOCKER_BUILDKIT=1 docker build -t $(DEVEL_IMAGE_NAME) \
|
||||
--build-arg BUILDKIT_INLINE_CACHE=1 \
|
||||
--cache-from=$(DEV_DOCKER_TAG_BASE)/awx_devel:$(COMPOSE_TAG) .
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user