docker / labs-tape

Tape is for packaging applications
Other
8 stars 1 forks source link

review media types #10

Closed errordeveloper closed 1 year ago

errordeveloper commented 1 year ago

At the moment Tape has config media type application/vnd.docker.tape.config.v1alpha1+json and two-layer media types:

Is it correct to use the same config media type for both artifacts, perhaps there should be distinct config media types also, so that artifact type can be known before fetching the 2nd level manifest and without having to assume ordering.

errordeveloper commented 1 year ago

This was resolved in #18