File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
content/manuals/docker-hub
repos/manage/trusted-content Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,22 @@ Source Software images.
18
18
19
19
## Docker Official Images
20
20
21
+ > [ !NOTE]
22
+ >
23
+ > Docker is retiring Docker Content Trust (DCT) for Docker Official Images
24
+ > (DOI). Starting on August 8th, 2025, the oldest of DOI DCT signing
25
+ > certificates will begin to expire. You may have already started seeing expiry
26
+ > warnings if you use the ` docker trust ` commands with DOI. These certificates,
27
+ > once cached by the Docker client, are not subsequently refreshed, making
28
+ > certificate rotation impractical. If you have set the ` DOCKER_CONTENT_TRUST `
29
+ > environment variable to true (` DOCKER_CONTENT_TRUST=1 ` ), DOI pulls will start to
30
+ > fail. The workaround is to unset the ` DOCKER_CONTENT_TRUST ` environment
31
+ > variable. The use of ` docker trust inspect ` will also start to fail and should
32
+ > no longer be used for DOI.
33
+ >
34
+ > For more details, see
35
+ > https://www.docker.com/blog/retiring-docker-content-trust/ .
36
+
21
37
The Docker Official Images are a curated set of Docker repositories hosted on
22
38
Docker Hub.
23
39
Original file line number Diff line number Diff line change @@ -10,6 +10,18 @@ aliases:
10
10
- /docker-hub/official_images/
11
11
---
12
12
13
+ > [ !NOTE]
14
+ >
15
+ > Docker is retiring Docker Content Trust (DCT) for Docker Official Images
16
+ > (DOI). You should start planning to transition to a different image signing
17
+ > and verification solution (like [ Sigstore] ( https://www.sigstore.dev/ ) or
18
+ > [ Notation] ( https://github.com/notaryproject/notation#readme ) ). Docker will
19
+ > publish migration guides soon to help you in that effort. Timelines for the
20
+ > complete deprecation of DCT are being finalized and will be published soon.
21
+ >
22
+ > For more details, see
23
+ > https://www.docker.com/blog/retiring-docker-content-trust/ .
24
+
13
25
Docker, Inc. sponsors a dedicated team that's responsible for reviewing and
14
26
publishing all content in Docker Official Images. This team works in
15
27
collaboration with upstream software maintainers, security experts, and the
You can’t perform that action at this time.
0 commit comments