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

[build] Use image label to keep track of existing image #86

Merged
merged 1 commit into from
Oct 30, 2021

Conversation

TristanCacqueray
Copy link
Collaborator

This change improves the container build cache usage by recording
in the image labels the containerfile content. This is more reliable
as this method can now detect when the image has been removed, at the
cost of running podman image inspect instead of just checking the
~/.cache/podenv content.

This change improves the container build cache usage by recording
in the image labels the containerfile content. This is more reliable
as this method can now detect when the image has been removed, at the
cost of running `podman image inspect` instead of just checking the
~/.cache/podenv content.
@TristanCacqueray TristanCacqueray linked an issue Oct 30, 2021 that may be closed by this pull request
@TristanCacqueray TristanCacqueray added the merge me Trigger the merge process label Oct 30, 2021
@mergify mergify bot merged commit c9eea03 into podenv:main Oct 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge me Trigger the merge process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document re-initialization process
1 participant