This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
Redesign image and kernel status for VMs #298
Labels
api/v1alpha2
kind/api-change
Categorizes issue or PR as related to adding, removing, or otherwise changing an API
kind/design
Categorizes issue or PR as related to the design of the project.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
For images and kernels, this is the status object we have:
vs Kubernetes way of doing it:
local image:
pullable image:
Proposed design:
This design:
a) Allows for multiple container runtimes (in the
.status.runtime.id
field prefix)b) Supports unpushed docker images without a calculated distribution digest for compability using the
docker://
prefix in.status.image.id
and.status.kernel.id
c) Works with any container runtime that implements the OCI distribution spec using the
oci://
prefix.The text was updated successfully, but these errors were encountered: