3.3. Tagging images for use in automation hub
After you pull images from a registry, tag them for use in your private automation hub container registry.
Prerequisites
- You have pulled a container image from an external registry.
Procedure
Tag a local image with the automation hub container repository
$ podman tag registry.redhat.io/[container image name]:[tag] [automation hub URL]/[container image name]
Verification
List the images in local storage:
$ podman images- Verify that the image you recently tagged with your automation hub information is contained in the list.