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
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
When you run podman build it generates RepoDigest value (even before pushing to the repo). After pushing to the repository and pulling image from the repo we get 2 different RepoDigests for the same repositories - one is valid from remote repository and one is wrong - generated locally on build step.
To link issues together, this is very close to #14779 ; with the difference that this focuses on the RepoDigests field in Rodman image inspect, while the other one on the Digest field in podman image list.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
When you run
podman build
it generates RepoDigest value (even before pushing to the repo). After pushing to the repository and pulling image from the repo we get 2 different RepoDigests for the same repositories - one is valid from remote repository and one is wrong - generated locally on build step.Steps to reproduce the issue:
Describe the results you received:
RepoDigest field is having 2 digests: fake and real one.
Describe the results you expected:
RepoDigest should be having only one real RepoDigest
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
No
Additional environment details (AWS, VirtualBox, physical, etc.):
N/A
The text was updated successfully, but these errors were encountered: