You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Password: time="2024-02-09T01:11:37Z" level=fatal msg="getting username and password: reading password: inappropriate ioctl for device"
I suspect it has something to do with the particular node or shell environment because rerunning a failed usually continues to fail when in close time-proximity.
Any ideas why this could be happening?
The text was updated successfully, but these errors were encountered:
AFAICS:
In pkg/auth.Login, if opts.StdinPassword is set, but stdin is empty, we still end up calling getUserAndPass and trying to read the password interactively, again, from the same stdin (which we have already read until EOF, so it can’t possibly help). And that interactive read is trying to use stdin as a TTY.
mtrmac
changed the title
"inappropriate ioctl for device" error with skopeo login in CI
"inappropriate ioctl for device" with --password-stdin and an empty password
Feb 9, 2024
I run Gitlab CI on my Kubernetes cluster, in which I use skopeo in jobs to copy container images around.
I am using the latest
quay.io/skopeo/stable:latest
image.I login using credentials using:
Sometimes this will result in this error:
I suspect it has something to do with the particular node or shell environment because rerunning a failed usually continues to fail when in close time-proximity.
Any ideas why this could be happening?
The text was updated successfully, but these errors were encountered: