Qian Zhang
Qian Zhang
> While I understand the case where you have multiple application/vnd.oci.image.manifest.v1+json descriptors with different platform entries (though I think that doesn't make sense in light of the fact that application/vnd.oci.image.index.v1+json...
What about we just remove image index from image layout and only have manifest descriptors in `index.json`? I think the main use case of image index is multi-platform support, but...
@cyphar Can you please elaborate a bit more about "multiple tags that reference the same multi-architecture image."? Did you mean the case that two tags (e.g., `latest` and `v2.0`) reference...
> the most obvious of which is that you can have multiple identical tags with the same name that reference different multi-architecture images. @cyphar But why is this a benefit?...
@cyphar I agree. I guess I misunderstood your previous comment. > Two levels of indirection give you many benefits -- the most obvious of which is that you can have...
I agree with @cyphar, currently I am working on OCI image support in Mesos, I need to parse and pull OCI image, basically I am not sure what is the...
I have the exact same issue, and I tried `REXRAY_DEBUG`, but it seems not recognized by the plugin. ``` Plugin "rexray/ebs" is requesting the following privileges: - network: [host] -...
@asridharan, in your example below, it seems `type` and `plugin.name` are duplicated, maybe we should only have `type` field? ``` "network": { "type": "bridge", // This represents the type of...
@bengtfredh My firewall is not running.
> This sounds related to: #1474 > > Try restarting Flannel with `$ kubectl delete pod -n kube-system -l app=flannel` and if it works, then it's that issue. Just tried...