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
Model Spec uses files as layers and image layers have a sequential relationship, it should define a fixed order for generating diffIDs of files within a directory.
If use application/vnd.oci.image.config.v1+json as config media type now, Model Spec should consider how to define the generation logic of diffIDs to prevent containerd from generating different snapshots.
If use application/vnd.cnai.model.config.v1+json as config media type, the definition of diffIDs can be ignored, refer to #19 (comment).
The text was updated successfully, but these errors were encountered:
I'm not sure I'm following here -- could you perhaps share an example of the problem?
DiffIDs in my understanding refer to something very specific (which only really applies to container images, not artifacts). Are we talking about the order of layers in the manifest?
Model Spec
uses files as layers and image layers have a sequential relationship, it should define a fixed order for generatingdiffIDs
of files within a directory.If use
application/vnd.oci.image.config.v1+json
as config media type now,Model Spec
should consider how to define the generation logic of diffIDs to preventcontainerd
from generating different snapshots.If use
application/vnd.cnai.model.config.v1+json
as config media type, the definition of diffIDs can be ignored, refer to #19 (comment).The text was updated successfully, but these errors were encountered: