mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
change make Dockerfile to phony
awx-kube-build and docker-compose-build share the same Dockerfile if u run awx-kube-build than docker-compose-build in succession the second command wont run the Dockerfile target and cause the image to be built with the incorrect Dockerfile
This commit is contained in:
1
Makefile
1
Makefile
@@ -572,6 +572,7 @@ VERSION:
|
|||||||
PYTHON_VERSION:
|
PYTHON_VERSION:
|
||||||
@echo "$(PYTHON)" | sed 's:python::'
|
@echo "$(PYTHON)" | sed 's:python::'
|
||||||
|
|
||||||
|
.PHONY: Dockerfile
|
||||||
Dockerfile: tools/ansible/roles/dockerfile/templates/Dockerfile.j2
|
Dockerfile: tools/ansible/roles/dockerfile/templates/Dockerfile.j2
|
||||||
ansible-playbook tools/ansible/dockerfile.yml -e receptor_image=$(RECEPTOR_IMAGE)
|
ansible-playbook tools/ansible/dockerfile.yml -e receptor_image=$(RECEPTOR_IMAGE)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user