You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hack/build-image: add --retag subcommand for regenerating image tags
There are two main use-cases for `--retag`:
1. You built the images without a particular registry and now want the
images to use a fully-qualified registry name. Use `--retag` to image
tags that use the registry name. Also, if you copied an image with only
the FQIN and it lacks the "unqualified" forms. The samba-container CI
jobs do this.
2. You built the images with a non-official registry/prefix (say, for a
personal repo), tested it, and now want to push it to a more official
location. You can use this command to retag the images to point at
the desired repos.
Signed-off-by: John Mulligan <[email protected]>
0 commit comments