buildpacks / imgutil

Helpful utilities for working with images
Apache License 2.0
23 stars 41 forks source link

Fix podman disk issue: use proper index for blank layers #277

Closed natalieparellano closed 1 month ago

natalieparellano commented 1 month ago

Before, we were not dereferencing the index pointer when constructing the layer name, resulting in layers named e.g., "blank_824644714416" when they should be "blank_0", "blank_1", and so on.

This is unfortunately very difficult to test without mocking out the docker client (so that we can record the stream that gets sent).

natalieparellano commented 1 month ago

Signed the merge commit, so that I can say that I "Manually verified the DCO"