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
Copy file name to clipboardExpand all lines: layer.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -308,12 +308,13 @@ Any given image is likely to be composed of several of these Image Filesystem Ch
308
308
309
309
# Non-Distributable Layers
310
310
311
-
Certain layers, due to legal requirements, may not be regularly distributable.
312
-
Typically, such layers are downloaded directly from a distributor but are never uploaded.
311
+
Due to legal requirements, certain layers may not be regularly distributable.
312
+
Such "non-distributable" layers are typically downloaded directly from a distributor but never uploaded.
313
313
314
-
Layers that have these restrictions SHOULD be tagged with an alternative mediatype of `application/vnd.oci.image.layer.nondistributable.v1.tar+gzip`.
315
-
[Descriptors](descriptor.md) referencing these layers MAY include `urls` for downloading these layers.
316
-
It is implementation-defined whether or not implementations upload layers tagged with this media type.
314
+
Non-distributable layers SHOULD be tagged with an alternative mediatype of `application/vnd.oci.image.layer.nondistributable.v1.tar+gzip`.
315
+
Implementations SHOULD NOT upload layers tagged with this media type; however, such a media type SHOULD NOT affect whether an implementation downloads the layer.
316
+
317
+
[Descriptors](descriptor.md) referencing non-distributable layers MAY include `urls` for downloading these layers directly; however, the presence of the `urls` field SHOULD NOT be used to determine whether or not a layer is non-distributable.
0 commit comments