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

Extend checkpointctl to convert checkpoint archives to OCI images #52

Open
adrianreber opened this issue May 17, 2023 · 2 comments · May be fixed by #125
Open

Extend checkpointctl to convert checkpoint archives to OCI images #52

adrianreber opened this issue May 17, 2023 · 2 comments · May be fixed by #125
Labels
enhancement New feature or request

Comments

@adrianreber
Copy link
Member

Currently it is necessary to run a couple of buildah commands to convert a checkpoint archive to an OCI image which can be used by CRI-O or Podman.

It should be possible to do those steps in checkpointctl with one single command. If this is implemented it is important that including lib/ in another go project does not pull in any additional dependencies (like buildah).

@adrianreber adrianreber added the enhancement New feature or request label May 17, 2023
@Parthiba-Hazra
Copy link
Contributor

@adrianreber if this is still on, then I can work on this.

@rst0git
Copy link
Member

rst0git commented Mar 13, 2024

@Parthiba-Hazra You are welcome to work on this. This article provides an example on how to use buildah to create an OCI image from a checkpoint archive, and containers/podman#13505 implements similar functionality in Podman.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants