-
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
pulling image via SHA results in problems #877
Comments
I am not sure if this is still a problem, but you are using an older version of podman. We are just about to ship podman 0.6.1 for RHEL systems. |
Can I just download the Koji stuff that lsm5 pointed me at the other day? |
Sure. |
@thoraxe Were you able to see if this was fixed? |
Reproduced this on master, so it's definitely still an issue. I wonder if this is our parsing code, or c/image? |
@mtrmac WDYT? |
The The
output is also a display matter, It’s not immediately clear to me why the digest value is |
FWIW looking at c/image/storage, it seems that |
It does - it is a digest of the
|
@baude This seems like an issue with the image name parsing code, if we can't even recognize/handle digests |
when pulling an image that includes a sha such as: centos/nginx-112-centos7@sha256:42330f7f29ba1ad67819f4ff3ae2472f62de13a827a74736a5098728462212e7 the final image name in libpod should not contain portions of the sha itself nor the sha identifier. and like docker, we provide a 'none' tag as well. this should fix containers#877 Signed-off-by: baude <[email protected]>
/kind bug
Description
When pulling an image with the SHA as opposed to a straight tag, the
sha
ends up in the image name locally.Steps to reproduce the issue:
Describe the results you expected:
I expected "sha" not to be in the image name and I expected the local digest to match what I pulled.
Output of
podman version
:Output of
podman info
:Additional environment details (AWS, VirtualBox, physical, etc.):
Linux ip-172-31-4-216.ec2.internal 3.10.0-862.el7.x86_64 #1 SMP Wed Mar 21 18:14:51 EDT 2018 x86_64 x86_64 x86_64 GNU/Linux
on AWS (RHEL 7.5 cloud access ami, not updated)The text was updated successfully, but these errors were encountered: