File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
_vale/config/vocabularies/Docker
content/manuals/docker-hub/repos Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ stdout
165165subnet
166166systemd
167167tmpfs
168+ unarchived?
168169ufw
169170umask
170171ungated
Original file line number Diff line number Diff line change @@ -7,11 +7,16 @@ toc_max: 3
77weight : 35
88---
99
10- You can archive a repository to avoid using outdated or unsupported images in
11- your workflow. Docker Hub helps you identify outdated repositories that haven't
12- been updated in over a year by displaying an icon ({{< inline-image
13- src="./images/outdated-icon.webp" alt="outdated icon" >}}) next to the
14- repositories on the [ ** Repositories** page] ( https://hub.docker.com/repositories/ ) .
10+ You can archive a repository on Docker Hub to mark it as read-only and indicate
11+ that it's no longer actively maintained. This helps prevent the use of outdated
12+ or unsupported images in workflows. Archived repositories can also be unarchived
13+ if needed.
14+
15+ Docker Hub highlights repositories that haven't been updated in over a year by
16+ displaying an icon ({{< inline-image src="./images/outdated-icon.webp"
17+ alt="outdated icon" >}}) next to them on the [ ** Repositories**
18+ page] ( https://hub.docker.com/repositories/ ) . Consider reviewing these
19+ highlighted repositories and archiving them if necessary.
1520
1621When a repository is archived, the following occurs:
1722
You can’t perform that action at this time.
0 commit comments