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

Add mutable metadata for snapshots #27

Closed
tonistiigi opened this issue Jun 23, 2017 · 1 comment · Fixed by #54
Closed

Add mutable metadata for snapshots #27

tonistiigi opened this issue Jun 23, 2017 · 1 comment · Fixed by #54

Comments

@tonistiigi
Copy link
Member

Currently, blob mapping can be added to a snapshot but it should be a general purpose metadata that can be used for instruction cache values, storing cache-policy, storing secure content checksums.

moby/moby#32677 contains similar features

@tonistiigi
Copy link
Member Author

Some metadata needs to be searchable. For example you need to be able to find a snapshot by its instruction cache value.

alexcb added a commit to alexcb/buildkit that referenced this issue Feb 11, 2021
- darwin builds pull in session/localhost; however pulling in snapshot
doesn't work on darwin, so just create a small interface for the single
function we need.

Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
alexcb added a commit to alexcb/buildkit that referenced this issue Feb 18, 2021
- darwin builds pull in session/localhost; however pulling in snapshot
doesn't work on darwin, so just create a small interface for the single
function we need.

Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
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 a pull request may close this issue.

1 participant