crane mutate

Modify image labels and annotations. The container must be pushed to a registry, and the manifest is updated there. More information: https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_mutate.md.

crane mutate {{-a|--annotation}}/{{-l|--label}} {{annotation/label}}

crane mutate {{--append}}/{{--cmd}}/{{--entrypoint}}/{{-e|--env}}/{{--exposed-ports}} {{var1 var2 ...}}

crane mutate {{-o|--output}} {{path/to/tarball}}

crane mutate --set-platform {{platform_name}}

crane mutate {{-t|--tag}} {{tag_name}}

crane mutate {{-u|--user}} {{username}}

crane mutate {{-w|--workdir}} {{path/to/workdir}}

crane mutate {{-h|--help}}