Docker Image Registry

Accessing the Enterprise PactFlow On-Premises container registry

We host Docker images for our self-hosted PactFlow On-Premises Enterprise product at Quay.

We provide you with Quay.io access after you sign up to the product.

User Account Access

Note

If you are on a PactFlow On-Premises trial, you don't have to create a RedHat account. Your Account Manager sends you a separate set of credentials (see CI Access) for the duration of the trial.

To set you up with console access, you must create a RedHat account. To add you to the registry, choose "Register for a RedHat account" and then provide the username or email address you sent us.

When we grant you access, you receive an email from RedHat Quay confirming access to the PactFlow On-Premises organization.

CI Access

In addition to user access, we create one or more Robot Accounts for you to use in CI.

Getting started

After the new user account is created, an email invitation from Quay.io is sent to join a team, along with a license file provided separately. To set up the new account:

  1. Make sure you received a PactFlow On-Premises license file from your Account Manager.

  2. You receive an email from Red Hat Quay, requesting you to join a team pactflow/<your team>:

    quay-join-team-email.png
  3. Follow the link from the email to log in to the account you set.

  4. You are added to the correct team, and then you can see our Enterprise repository (click Repositories in the menu bar to see this):

    quay-completed.png

You now have access to the enterprise repository in the pactflow organization.

You can now sign in with your account (in addition to your Robot Account) to Quay to pull Docker images. See Getting started with Quay.io for more information.

Downloading the image

You can log in using your personal credentials or Robot token to your Docker management system and pull the image:

docker login -u="<username>" -p="<password>" quay.io # you can use either the robot token or your user credentials here
docker pull quay.io/pactflow/enterprise
Publication date: