-
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
Buildah pull with long tag needs to tab output appropriately like Podman does #1239
Comments
@TomSweeneyRedHat, which version of Podman are you using? 0.12.1.1 and latest master of Podman don't transform it to |
Hmm, thought I was on master...
|
Just double checked, you're right, Podman isn't replacing with
|
So after looking further, let's change this to make the tabbing work as it does in Podman and leave the image id as is. |
Sounds good to me :) |
While in there, can you also "s/IMAGE TAG/TAG" in the heading and fix the tabs to |
@TomSweeneyRedHat Any progress on this? |
Description
As noted by @ypu here: https://jira.coreos.com/browse/RUN-24, if you pull an image like:
The image tag is huge. The image appears to be usable though.
Steps to reproduce the issue:
See description.
Describe the results you received:
Describe the results you expected:
See output of
podman images
Output of
buildah version
:Output of
cat /etc/*release
:Output of
uname -a
:The text was updated successfully, but these errors were encountered: