Tag
Creates a docker tag. It has the exact same functionality as the docker tag
command. Deleting the resource will neither delete the source nor target images. The source image must exist on the machine running the docker daemon.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Name of the source image.
Link copied to clipboard
ImageID of the source image in the format of sha256:<<ID>>
Link copied to clipboard
List of values which cause the tag to be (re)created. This is useful for triggering a new tag when the source image changes.
Link copied to clipboard
Name of the target image.