-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Comments
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
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
The text was updated successfully, but these errors were encountered: