Replies: 5 comments 4 replies
-
@mtrmac PTAL |
Beta Was this translation helpful? Give feedback.
-
I found a solution. Read containers/image#1413 it seems that the underlying library is modifying the digests. If you use |
Beta Was this translation helpful? Give feedback.
-
Hi, that's not correct. I see some |
Beta Was this translation helpful? Give feedback.
-
No. There should be two HEAD checks per layer, one with the uncompressed digest, with “not present”, and one with the cached compressed value, finding a match. None of the logs contain any attempts to actually upload the data. The 11 high-level “Copying blob” progress logs match the 11 “already exists” notes. |
Beta Was this translation helpful? Give feedback.
-
BTW why does all of this matter, at a high level? What’s the purpose of building+pushing exactly the same image, and caring how fast it takes? Not building an image is always going to be faster than building an image. |
Beta Was this translation helpful? Give feedback.
-
Hi, I experienced an incorrect behavior of
buildah push
. All my docker instructions have been cached, but on every run, the podman wants to push something to the registry. That process, depending on the network takes several seconds. This feels not correct.Here are the debug logs of
podman push
If you have any ideas, please share your thoughts. I can provide more information when necessary.
Beta Was this translation helpful? Give feedback.
All reactions