mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 11:57:37 -02:30
docker login: s/-p/--password-stdin/
This commit is contained in:
4
Makefile
4
Makefile
@@ -569,8 +569,8 @@ setup-bundle-build:
|
|||||||
mkdir -p $@
|
mkdir -p $@
|
||||||
|
|
||||||
docker-auth:
|
docker-auth:
|
||||||
if [ "$(IMAGE_REPOSITORY_AUTH)" ]; then \
|
@if [ "$(IMAGE_REPOSITORY_AUTH)" ]; then \
|
||||||
docker login -u oauth2accesstoken -p "$(IMAGE_REPOSITORY_AUTH)" $(IMAGE_REPOSITORY_BASE); \
|
echo "$(IMAGE_REPOSITORY_AUTH)" | docker login -u oauth2accesstoken --password-stdin $(IMAGE_REPOSITORY_BASE); \
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
# Docker isolated rampart
|
# Docker isolated rampart
|
||||||
|
|||||||
Reference in New Issue
Block a user