Quick recipe to help configuring docker build steps integrated with the OCI registry (OCIR) in Visual Builder Studio
Docker login
For Registry Host, use the following reference depending on OCI region.
For Username, use <tenantname>/oracleidentitycloudservice/<username> if user is federated or <tenantname>/<username> if user is IAM internal
For Password, create an Auth Token for the user


DOCKER BUILD
For Image Name, use <tenantname>/<reponame>/<imagename> where <reponame> is the name of the repo created in the ocir menu


DOCKER PUSH

THE RESULT
If the job works fine, you’ll get your image published in the ocir registry
