-
Notifications
You must be signed in to change notification settings - Fork 8.1k
hub: add archive repo #21553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
hub: add archive repo #21553
Changes from 4 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
3a28e5d
hub: add archive repo
craig-osterhout 31e8647
fix icon name
craig-osterhout 8576c9c
fix anchor link
craig-osterhout 06d2922
polish intro
craig-osterhout 7faad02
update UI wording
craig-osterhout 4418ff1
Update content/manuals/docker-hub/repos/manage/information.md
craig-osterhout File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -165,6 +165,7 @@ stdout | |
| subnet | ||
| systemd | ||
| tmpfs | ||
| unarchived? | ||
| ufw | ||
| umask | ||
| ungated | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,63 @@ | ||
| --- | ||
| description: Learn how to archive or activate a repository on Docker Hub | ||
| keywords: Docker Hub, Hub, repositories, archive, activate | ||
| title: Archive or activate a repository | ||
| linkTitle: Archive | ||
| toc_max: 3 | ||
| weight: 35 | ||
| --- | ||
|
|
||
| You can archive a repository on Docker Hub to mark it as read-only and indicate | ||
| that it's no longer actively maintained. This helps prevent the use of outdated | ||
| or unsupported images in workflows. Archived repositories can also be unarchived | ||
| if needed. | ||
|
|
||
| Docker Hub highlights repositories that haven't been updated in over a year by | ||
| displaying an icon ({{< inline-image src="./images/outdated-icon.webp" | ||
| alt="outdated icon" >}}) next to them on the [**Repositories** | ||
| page](https://hub.docker.com/repositories/). Consider reviewing these | ||
| highlighted repositories and archiving them if necessary. | ||
|
|
||
| When a repository is archived, the following occurs: | ||
|
|
||
| - The repository information can't be modified. | ||
| - New images can't be pushed to the repository. | ||
| - An **Archived** label is displayed on the public repository page. | ||
| - Users can still pull the images. | ||
|
|
||
| You can activate an archived repository to remove the archived state. When | ||
| activated, the following occurs: | ||
|
|
||
| - The repository information can be modified. | ||
| - New images can be pushed to the repository. | ||
| - The **Archived** label is removed on the public repository page. | ||
|
|
||
| ## Archive a repository | ||
|
|
||
| 1. Sign in to [Docker Hub](https://hub.docker.com). | ||
| 2. Select **Repositories**. | ||
|
|
||
| A list of your repositories appears. | ||
|
|
||
| 3. Select a repository. | ||
|
|
||
| The **General** page for the repository appears. | ||
|
|
||
| 4. Select the **Settings** tab. | ||
| 5. Select **Archive repository**. | ||
| 6. Enter the name of your repository to confirm. | ||
| 7. Select **Archive**. | ||
|
|
||
| ## Activate an archived repository | ||
|
|
||
| 1. Sign in to [Docker Hub](https://hub.docker.com). | ||
| 2. Select **Repositories**. | ||
|
|
||
| A list of your repositories appears. | ||
|
|
||
| 3. Select a repository. | ||
|
|
||
| The **General** page for the repository appears. | ||
|
|
||
| 4. Select the **Settings** tab. | ||
| 5. Select **Activate image**. | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.