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

feat: image service implementation #59

Merged
merged 1 commit into from
Aug 20, 2021
Merged

feat: image service implementation #59

merged 1 commit into from
Aug 20, 2021

Conversation

richardcase
Copy link
Member

@richardcase richardcase commented Aug 16, 2021

What this PR does / why we need it:

Added a new imageservice that uses containerd to pull imagesand then
perform snapshotting. The service then return the mount point for
image that is specific to the owner (i.e. the microvm)

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #32
Fixes #33

Special notes for your reviewer:

Checklist:

  • squashed commits
  • includes documentation
  • adds unit tests
  • adds or updates e2e tests

Release note:

Implemented a containerd based image service service.

@richardcase richardcase added the kind/feature New feature or request label Aug 16, 2021
@github-actions github-actions bot added size/l and removed size/m labels Aug 20, 2021
@richardcase richardcase changed the title wip: oci images feat: image service implementation Aug 20, 2021
Added a new imageservice that uses containerd to pull imagesand then
perform snapshotting. The service then return the mount point for
image that is specific to the owner (i.e. the microvm).

Signed-off-by: Richard Case <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request size/l
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OCI to kernel mount / extract OCI to volume mount point point for filesystems
1 participant