mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Support deploying Tower into OpenShift
This commit is contained in:
parent
0d047ef694
commit
d1ec8f93c0
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user