-
Notifications
You must be signed in to change notification settings - Fork 788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
repository name must be canonical
when buildah
is > 1.22.0
#3500
Comments
Thanks for reaching out, @rcny! @saschagrunert PTAL |
The issue is that buildah/vendor/github.com/containers/image/v5/docker/reference/reference.go Lines 246 to 248 in 58a16f9
A valid input would be Working on a fix in containers/common#757 |
A friendly reminder that this issue had no activity for 30 days. |
@saschagrunert @mtrmac Where are we on this? |
Coming back to this one, I think containers/common#763 is the right appraoch in replacement to containers/common#757 |
A friendly reminder that this issue had no activity for 30 days. |
I believe this is fixed now, closing. Reopen if I am mistaken. |
It is not fixed, reopening. I really want this to work before we cut Podman 4.0. |
A friendly reminder that this issue had no activity for 30 days. |
This has been fixed in the meantime. |
Description
buildah login docker.io/user
errors withafter updating to
1.22.3
from1.22.0
.buildah login docker.io/user
worked before, had to change tobuildah login docker.io
to make it work again.Most possibly this behavior change was introduced here.
Steps to reproduce the issue:
buildah 1.22.3
echo "foobar" | buildah login --username "user" --password-stdin "docker.io/user"
(use proper creds)Describe the results you received:
Describe the results you expected:
Login Succeeded!
The text was updated successfully, but these errors were encountered: