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
In short, --output type=oci and --output type=oci,tar=false produce inconsistent results with respect to annotations, and the org.opencontainers.image.ref.name value in the latter case is invalid ("SHOULD", yeah, fair) according to the OCI spec (comma-separated multiple values):
("SHOULD", yeah, fair) according to the OCI spec (comma-separated multiple values):
I was trying to read that part, but I didn't see "comma-separated" there; do you mean it's current doing comma-separated (but shouldn't) or does the OCI spec define that it should use comma-separated values here?
(if it's the latter; I'm wondering if there's some upper-bound, as I could imaging that list could be .... really long (multiplied by long references)
In short,
--output type=oci
and--output type=oci,tar=false
produce inconsistent results with respect to annotations, and theorg.opencontainers.image.ref.name
value in the latter case is invalid ("SHOULD", yeah, fair) according to the OCI spec (comma-separated multiple values):Reproducer:
Related issues:
--output type=docker,tar=true
andtar=false
create different files #5559The text was updated successfully, but these errors were encountered: