-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
rootless: tagging of built image doesn't seem to work #2636
Comments
Am I missing something?
|
Right. I had previously run |
@dustymabe If you remove the tagged image, is it tagged again? I wonder if we're refusing to tag because the image in question already exists |
Nope.
If that were the case it would still be a bug, right? |
I added the rootless label too early, I can reproduce with root as well |
@dustymabe Would definitely still have been a bug, though a different kind |
it is cobra messing up I think. the order matters: |
Is Build missing |
yes, I am preparing a PR right now |
PR here: #2646 |
accept also the order "build DIR -t TAG" Closes: containers#2636 Signed-off-by: Giuseppe Scrivano <[email protected]>
/kind bug
Description
I run
podman build . -t sync2jira
I expect the resulting image to get the tag. It doesn't. For example I saw:Steps to reproduce the issue:
podman build . -t sync2jira
podman images
Output of
podman version
:Output of
podman info --debug
:The text was updated successfully, but these errors were encountered: