-
Notifications
You must be signed in to change notification settings - Fork 34
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
podman push/pull registry roundtrip changes the image #5515
Labels
Comments
martinpitt
added a commit
to martinpitt/bots
that referenced
this issue
Nov 7, 2023
…sion Upstream issue: containers/podman#20611 Known issue cockpit-project#5515
martinpitt
added a commit
to martinpitt/bots
that referenced
this issue
Nov 7, 2023
Upstream issue: containers/podman#20611 Known issue cockpit-project#5515
martinpitt
changed the title
[podman-next] podman push/pull registry roundtrip changes the image
podman push/pull registry roundtrip changes the image
Nov 7, 2023
It also affects rawhide proper now. |
fedora-39
First occurrence: 2023-11-07T06:23:28.291860 | revision 7cd37dd
|
jelly
pushed a commit
that referenced
this issue
Nov 7, 2023
Upstream issue: containers/podman#20611 Known issue #5515
martinpitt
added a commit
to martinpitt/cockpit-podman
that referenced
this issue
Nov 7, 2023
Until very recently, a cycle of `podman push`/`pull` preserved an image's ID. Starting with containers-common 1-98 this is not the case any more, as that changed the on-disk compression format. Quoting podman devs: "The digests validate a specific image _representation_, not some abstract "sameness" of an image." Instead, remove the original busybox image for the user as well (that already happend for the system user), and more explicitly check deletion of an image with multiple tags. Fixes containers/podman#20611 Obsoletes cockpit-project/bots#5515
martinpitt
added a commit
to cockpit-project/cockpit-podman
that referenced
this issue
Nov 7, 2023
Until very recently, a cycle of `podman push`/`pull` preserved an image's ID. Starting with containers-common 1-98 this is not the case any more, as that changed the on-disk compression format. Quoting podman devs: "The digests validate a specific image _representation_, not some abstract "sameness" of an image." Instead, remove the original busybox image for the user as well (that already happend for the system user), and more explicitly check deletion of an image with multiple tags. Fixes containers/podman#20611 Obsoletes cockpit-project/bots#5515
martinpitt
added a commit
to martinpitt/bots
that referenced
this issue
Nov 7, 2023
…sion" This was handled more properly in cockpit-project/cockpit-podman#1477 This reverts commit 6424332. Fixes cockpit-project#5515
martinpitt
added a commit
that referenced
this issue
Nov 7, 2023
…sion" This was handled more properly in cockpit-project/cockpit-podman#1477 This reverts commit 6424332. Fixes #5515
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upstream report: containers/podman#20611
The text was updated successfully, but these errors were encountered: