Visual Builder Studio | Docker Builds & OCIR Integration


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

That’s all, hope it helps! 🙂

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.