Logging in to the Revenera Registry

You use your End-User Portal login and your container registry secret to log in to the Revenera registry. The Revenera registry can only be accessed using the Docker or Helm CLI.

Before you perform the steps below, determine the URL for the Revenera registry in the Download List page, as described in Viewing Details of Containerized Applications.

You can also click the Container Registry login button on the Downloads page, which will copy the Docker login command with your tenant URL to the clipboard. You can then easily paste the command into the Docker command-line interface to log into the registry.

Note:Only end users who are entitled to download containerized applications are allowed to log in to the registry.

To log in to the Revenera registry

1. In a terminal window on the client machine running Docker, enter the following to log in:

docker login <registry-URL>

where <registry-URL> is the location of the Revenera registry as displayed on the Download List page (see Viewing Details of Containerized Applications).

2. You are then prompted to enter your username and password.
Your user name is your FlexNet Operations End-User Portal user name.
Your password is the container registry secret, which you can find in your user profile (see Finding Your Container Registry Secret).

See Also