Harbor Container Registry
To use the Harbor registry, ensure you have the following credentials:
- Harbor URL: The base URL of your Harbor registry.
- Harbor Admin Username: The username for the Harbor administrator account.
- Harbor Admin Password: The corresponding password for the administrator account.
Invoke anchorectl as follows to add the registry
ANCHORECTL_REGISTRY_PASSWORD=Harbor12345 anchorectl registry add core.harbor.domain --username admin
Once a registry has been added, any image that is added (e.g. anchorectl image add /some/repo:sometag) will use the provided credential to download/inspect and analyze the image.
Last modified January 9, 2025