Example mirror registry pull secret entry

In this example, the following section is added to the pull secret file for the microshift_quay:8443 mirror registry by using microshift:microshift as username and password.

Example mirror registry section for pull secret file
"<microshift_quay:8443>": {
    "auth": "<microshift_auth>",
    "email": "<microshift_quay@example.com>"
},
  • Replace the <registry_host>:<port> value microshift_quay:8443 with the hostname and port of your mirror registry server.

  • Replace the <microshift_auth> value with the user password.

  • Replace the </microshift_quay@example.com> value with the user email.