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
Creates an ostree commit from an existing composefs image in the
repository. The image is specified by its object ID or refs/ name.
Example workflow to create an ostree commit from an OCI image:
IMAGE_ID=$(cfsctl oci compute-id myimage:latest)
cfsctl ostree commit $IMAGE_ID --reference fedora/40/x86_64
Signed-off-by: Alexander Larsson <alexl@redhat.com>
0 commit comments