4.4. Authenticating to the container registry
To pull the gcc-toolset-15 image, you must log in to the container registry.
Prerequisites
-
container-toolsare installed on the RHEL host. - You have the registry hostname and valid credentials.
Procedure
Log in to the registry using
podman:$ podman login <REGISTRY>Replace
<REGISTRY>with your registry hostname.- When prompted, enter your user name and password, or use the authentication mechanism that your organization provides.
Verification
Verify that the login and registry access were successful by searching for the
gcc-toolset-15image:$ podman search <REGISTRY>/<NAMESPACE>/gcc-toolset-15**