Skip to content
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

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

Merged
merged 2 commits into from
Jun 5, 2024

Conversation

natalieparellano
Copy link
Member

@natalieparellano natalieparellano commented Jun 4, 2024

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).

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.

Signed-off-by: Natalie Arellano <[email protected]>
@natalieparellano natalieparellano requested a review from a team as a code owner June 4, 2024 19:55
@natalieparellano
Copy link
Member Author

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

@natalieparellano natalieparellano merged commit 186f89b into main Jun 5, 2024
2 checks passed
@natalieparellano natalieparellano deleted the fix/blank-layer-index branch June 5, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants