@@ -35,6 +35,16 @@ ensure that the images they pull are signed. Publishers could be individuals
35
35
or organizations manually signing their content or automated software supply
36
36
chains signing content as part of their release process.
37
37
38
+ > [ !NOTE]
39
+ >
40
+ > Docker is retiring DCT for Docker Official Images
41
+ > (DOI). You should start planning to transition to a different image signing
42
+ > and verification solution (like [ Sigstore] ( https://www.sigstore.dev/ ) or
43
+ > [ Notation] ( https://github.com/notaryproject/notation#readme ) ). Timelines for the
44
+ > complete deprecation of DCT are being finalized and will be published soon.
45
+ >
46
+ > For more information, see [ Retiring Docker Content Trust] ( https://www.docker.com/blog/retiring-docker-content-trust/ ) .
47
+
38
48
### Image tags and DCT
39
49
40
50
An individual image record has the following identifier:
@@ -111,10 +121,20 @@ Within the Docker CLI we can sign and push a container image with the
111
121
` $ docker trust ` command syntax. This is built on top of the Notary feature
112
122
set. For more information, see the [ Notary GitHub repository] ( https://github.com/theupdateframework/notary ) .
113
123
114
- A prerequisite for signing an image is a Docker Registry with a Notary server
115
- attached (Such as the Docker Hub ). Instructions for
124
+ A prerequisite for signing an image is a Docker Registry with a Notary server (such as Docker Hub) attached. Instructions for
116
125
standing up a self-hosted environment can be found [ here] ( /engine/security/trust/deploying_notary/ ) .
117
126
127
+ > [ !NOTE]
128
+ >
129
+ > Docker is retiring DCT for Docker Official Images
130
+ > (DOI). You should start planning to transition to a different image signing
131
+ > and verification solution (like [ Sigstore] ( https://www.sigstore.dev/ ) or
132
+ > [ Notation] ( https://github.com/notaryproject/notation#readme ) ). Timelines for the
133
+ > complete deprecation of DCT are being finalized and will be published soon.
134
+ >
135
+ > For more information, see [ Retiring Docker Content Trust] ( https://www.docker.com/blog/retiring-docker-content-trust/ ) .
136
+
137
+
118
138
To sign a Docker Image you will need a delegation key pair. These keys
119
139
can be generated locally using ` $ docker trust key generate ` or generated
120
140
by a certificate authority.
0 commit comments