LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

crane-tag

add tag alias to existing image

TLDR

Add tag to an image
$ crane tag [image:existing] [new_tag]
copy
Tag by digest
$ crane tag [image]@[sha256:abc...] [tag_name]
copy

SYNOPSIS

crane tag [options] image tag

DESCRIPTION

crane tag adds a new tag to an existing image. This creates an alias without copying image data.

SEE ALSO

crane(1), crane-copy(1)

Copied to clipboard
Kai