Pull IronBank Image
This provides the instructions to log in to Iron Bank to pull an image and view what resulting code should look like.
Step-by-Step Guide
- Log into harbor at https://registry1.dso.mil/harbor using the "LOGIN VIA OIDC PROVIDER" button.
- Click "User Profile" under the profile dropdown in the top right corner of the screen.
- Copy the CLI Secret using the copy button to the right of the secret.
- Open a terminal and enter:
docker login registry1.dso.mil
This will prompt you for a username. Use the username that is specified in the User Profile of harbor. It will then prompt you for a password. Paste the CLI secret.
If it succeeds, you will see a Login Succeeded message, as in the following:
$ docker login registry1.dso.mil
Username: schwartz_matthew2
Password:
Login Succeeded
FAQs
Why did my credentials work once, but don't work now?
The https://registry1.dso.mil/harbor website must be open for your CLI secret to work.