Merge pull request #51791 from majiayu000/22402-improve-image-tag-description

docs: improve description of image tag API endpoint
This commit is contained in:
Sebastiaan van Stijn
2026-01-06 15:58:28 +01:00
committed by GitHub

View File

@@ -10024,7 +10024,12 @@ paths:
/images/{name}/tag:
post:
summary: "Tag an image"
description: "Tag an image so that it becomes part of a repository."
description: |
Create a tag that refers to a source image.
This creates an additional reference (tag) to the source image. The tag
can include a different repository name and/or tag. If the repository
or tag already exists, it will be overwritten.
operationId: "ImageTag"
responses:
201: