WIP: functioning manual instruction to get docker-compose working

This commit is contained in:
Hao Liu
2023-02-21 16:40:47 -05:00
parent 7f50679e68
commit 86a4a38be6
6 changed files with 58 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
include awx/ui-next/Makefile
PYTHON ?= python3.9
OFFICIAL ?= no
NODE ?= node
@@ -540,7 +542,7 @@ docker-compose-container-group-clean:
rm -rf tools/docker-compose-minikube/_sources/
## Base development image build
docker-compose-build:
docker-compose-build:
ansible-playbook tools/ansible/dockerfile.yml -e build_dev=True -e receptor_image=$(RECEPTOR_IMAGE)
DOCKER_BUILDKIT=1 docker build -t $(DEVEL_IMAGE_NAME) \
--build-arg BUILDKIT_INLINE_CACHE=1 \