mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 10:10:01 -03:30
Reduce the size of the production container image
This commit is contained in:
6
Makefile
6
Makefile
@@ -608,9 +608,3 @@ psql-container:
|
||||
VERSION:
|
||||
echo $(VERSION_TARGET) > $@
|
||||
|
||||
production-openshift-image: sdist
|
||||
cat installer/openshift/Dockerfile | sed "s/{{ version }}/$(VERSION_TARGET)/g" | sed "s/{{ tar }}/$(SDIST_TAR_FILE)/g" > ./Dockerfile.production
|
||||
cp installer/openshift/Dockerfile.celery ./Dockerfile.celery.production
|
||||
docker build -t awx_web -f ./Dockerfile.production .
|
||||
docker build -t awx_task -f ./Dockerfile.celery.production .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user