mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Merge pull request #9385 from ryanpetrello/buildkit
build images using Buildkit Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
79cb11d905
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