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: _docs/kb/articles/docker-upgrade-deprecated-images.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,8 @@ This article describes how to upgrade deprecated Docker image formats and manife
15
15
16
16
Docker issued a deprecation notice for older versions of images:
17
17
{{site.data.callout.callout_tip}}
18
-
**[DEPRECATION NOTICE]** Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest the author of <image-name> to upgrade the image to the OCI Format or Docker Image manifest v2, schema 2. More information athttps://docs.docker.com/go/deprecated-image-specs/
18
+
**[DEPRECATION NOTICE]**
19
+
Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest the author of <image-name> to upgrade the image to the OCI Format or Docker Image manifest v2, schema 2. More information athttps://docs.docker.com/go/deprecated-image-specs/
19
20
{{site.data.callout.end}}
20
21
21
22
If you see this deprecation notice in the logs of your pipeline builds, you must upgrade older versions of image formats and manifests to the new versions as required.