mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 11:41:08 -03:30
Support deploying Tower into OpenShift
This commit is contained in:
3
Makefile
3
Makefile
@@ -933,7 +933,8 @@ install:
|
|||||||
$(PYTHON) setup.py install $(SETUP_INSTALL_ARGS)
|
$(PYTHON) setup.py install $(SETUP_INSTALL_ARGS)
|
||||||
|
|
||||||
docker-auth:
|
docker-auth:
|
||||||
docker login -e 1234@5678.com -u oauth2accesstoken -p "$(GCLOUD_AUTH)" https://gcr.io
|
#docker login -e "1234@5678.com" -u oauth2accesstoken -p "$(GCLOUD_AUTH)" https://gcr.io
|
||||||
|
docker login -u oauth2accesstoken -p "$(GCLOUD_AUTH)" https://gcr.io
|
||||||
|
|
||||||
# Docker Compose Development environment
|
# Docker Compose Development environment
|
||||||
docker-compose: docker-auth
|
docker-compose: docker-auth
|
||||||
|
|||||||
Reference in New Issue
Block a user