You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
@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.
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 includinglib/
in another go project does not pull in any additional dependencies (like buildah).The text was updated successfully, but these errors were encountered: