mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Remove --squash option from awx-devel-build
This was intended to save us CI time if / when we switch away from static nodes for Zuul. After merging this in I discovered that this option does not work with `docker build --cache-from`, which will be more benefical in terms of speed improvements anyway.
This commit is contained in:
4
Makefile
4
Makefile
@@ -590,9 +590,7 @@ docker-compose-build: awx-devel-build
|
||||
|
||||
# Base development image build
|
||||
awx-devel-build:
|
||||
# To enable the 'experimental' features in Docker:
|
||||
# https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file
|
||||
docker build --squash -t ansible/awx_devel -f tools/docker-compose/Dockerfile .
|
||||
docker build -t ansible/awx_devel -f tools/docker-compose/Dockerfile .
|
||||
docker tag ansible/awx_devel $(DEV_DOCKER_TAG_BASE)/awx_devel:$(COMPOSE_TAG)
|
||||
#docker push $(DEV_DOCKER_TAG_BASE)/awx_devel:$(COMPOSE_TAG)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user