-
Notifications
You must be signed in to change notification settings - Fork 8.1k
hub: add image management #22052
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
craig-osterhout
merged 6 commits into
docker:main
from
craig-osterhout:image-management
Feb 19, 2025
Merged
hub: add image management #22052
Changes from 2 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
d64ac7f
hub: add image management
craig-osterhout 58c38eb
update release note
craig-osterhout 9e244f6
Update content/manuals/docker-hub/repos/manage/hub-images/manage.md
craig-osterhout b92b838
Update content/manuals/docker-hub/repos/manage/hub-images/_index.md
craig-osterhout 9f563be
update image
craig-osterhout 30b92d3
Merge branch 'image-management' of https://github.com/craig-osterhout…
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
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
32 changes: 32 additions & 0 deletions
32
content/manuals/docker-hub/repos/manage/hub-images/images/image-index.svg
craig-osterhout marked this conversation as resolved.
Show resolved
Hide resolved
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions
52
content/manuals/docker-hub/repos/manage/hub-images/manage.md
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,52 @@ | ||
| --- | ||
| description: Discover how to delete image tags. | ||
| keywords: Docker Hub, Hub, tags, delete | ||
| title: Image Management | ||
| linktitle: Image Management | ||
| weight: 12 | ||
| --- | ||
|
|
||
| {{< summary-bar feature_name="Image management" >}} | ||
|
|
||
| Images and image indexes are the foundation of container images within a | ||
| repository. The following diagram shows the relationship between images and | ||
| image indexes. | ||
|
|
||
|  | ||
|
|
||
| This structure enables multi-architecture support through a single reference. It | ||
| is important to note that images are not always referenced by an image index. | ||
| The following objects are shown in the diagram. | ||
|
|
||
| - Image index: An image that points to multiple architecture-specific images | ||
| (like AMD and ARM), letting a single reference work across different | ||
|
Check warning on line 22 in content/manuals/docker-hub/repos/manage/hub-images/manage.md
|
||
| platforms. | ||
| - Image: Individual container images that contain the actual configuration and | ||
| layers for a specific architecture and operating system. | ||
|
|
||
| ## Manage repository images and image indexes | ||
|
|
||
| 1. Sign in to [Docker Hub](https://hub.docker.com). | ||
| 2. Select **Repositories**. | ||
| 3. In the list, select a repository. | ||
| 4. Select **Image Management**. | ||
| 5. Search, filter, or sort the items. | ||
| - Search: In the search box above the list, specify your search. | ||
|
Check warning on line 34 in content/manuals/docker-hub/repos/manage/hub-images/manage.md
|
||
| - Filter: In the **Filter by** drop-down, select **Tagged**, **Image index**, | ||
| or **Image**. | ||
| - Sort: Select the column title for **Size**, **Last pushed**, or **Last | ||
| pulled**. | ||
|
|
||
| > [!NOTE] | ||
| > | ||
| > Images that haven't been pulled in over 6 months are marked as **Stale** in | ||
| > the **Status** column. | ||
| 6. (Optional) Delete one or more items. | ||
craig-osterhout marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| 1. Select the checkboxes next to the items in the list. Selecting any | ||
| top-level index also removes any underlying images that aren't referenced | ||
| elsewhere. | ||
| 2. Select **Preview and delete**. | ||
| 3. In the window that appears, verify the items that will be deleted and the | ||
| amount of storage you will reclaim. | ||
| 4. Select **Delete forever**. | ||
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
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.