Skip to content

Can not log in to Docker registry #5

@frwickst

Description

@frwickst

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

No one assigned

    Labels

    infos neededExtra informations are needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions