ORAS is a client for working with OCI artifacts and registries.
To configure ORAS to work with Artifactory, log in using the following command:
Note
Make sure to replace the placeholder in bold with your own JFrog host domain.
oras login <YOUR_JFROG_DOMAIN>
For example:
oras login my-awesome.jfrog.io
Alternatively, you can provide your username and token in advance using the following command:
Note
Make sure to replace the placeholder in bold with your own JFrog host domain, username, and token.
oras login -u <USERNAME> -p <TOKEN> <YOUR_JFROG_DOMAIN>
For example:
oras login -u johnf -p cmVmdGtuOjE3NTkxNTSHV6MQ6TlRBakkyMj5OZjVRSEZTeVpxktJNmVJWlNy my-awesome.jfrog.io