-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
infos neededExtra informations are neededExtra informations are needed
Description
Running docker login -u <username> -p <password> will throw the following error:
Error: Cannot perform an interactive login from a non TTY device
I can use --password-stdin like:
echo "bar" | docker login --username foo --password-stdin
to get around this, but mainly pointing out that glci does not handle this the same way as GitLabs CI Runner would (at least not the Kubernetes ones).
Metadata
Metadata
Assignees
Labels
infos neededExtra informations are neededExtra informations are needed