mirror of
https://github.com/ansible/awx.git
synced 2026-01-31 17:18:59 -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)
|
||||
|
||||
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: docker-auth
|
||||
|
||||
Reference in New Issue
Block a user