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

Nydus: can we add support for parent bootstrap? #26

Open
liubogithub opened this issue Feb 10, 2022 · 1 comment
Open

Nydus: can we add support for parent bootstrap? #26

liubogithub opened this issue Feb 10, 2022 · 1 comment
Assignees
Labels
feat New feature or request nydus

Comments

@liubogithub
Copy link
Collaborator

This "parent bootstrap" is similar to what "FROM" of docker file offers, it makes it possible to use the existing blobs or chunks when building a new image.

@liubogithub liubogithub added the feat New feature or request label Feb 10, 2022
@imeoer imeoer self-assigned this Feb 11, 2022
@imeoer imeoer changed the title Can we add support for parent bootstrap? Nydus: can we add support for parent bootstrap? Feb 11, 2022
@imeoer
Copy link
Collaborator

imeoer commented Feb 11, 2022

This is essentially a data deduplication problem, currently, the nydus driver only supports inter-layer deduplication, not global deduplication, we can provide an option to specify the base image, based on the chunks information in the image to implement global data deduplication.

@imeoer imeoer changed the title Nydus: can we add support for parent bootstrap? [Feature] Nydus: can we add support for parent bootstrap? Feb 21, 2022
@imeoer imeoer changed the title [Feature] Nydus: can we add support for parent bootstrap? Nydus: can we add support for parent bootstrap? Mar 1, 2022
@imeoer imeoer added the nydus label Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request nydus
Projects
None yet
Development

No branches or pull requests

2 participants