Skip to main content
Version: 1.9

Okteto Build Service

The Okteto Build service allows you to build your development images directly in the Okteto Cloud infrastructure. Another reason to remove Docker and Kubernetes from your laptop and develop directly in Okteto Cloud.

Build images

You'll need the okteto CLI in order to access the Okteto Build Service.

Once the Okteto CLI is installed, run okteto context and select the Okteto Cloud option to download the credentials and certificates required to access the Okteto Build service.

After that, run the okteto build command to build and push your images.

okteto build -t okteto.dev/hello-world:golang .

You can build and push images to any available docker registry. If you're not using the Okteto Registry, the okteto build command will use your available docker registry credentials.

Refer to this document for more information on the okteto build command.

Quotas

Access to the Okteto Registry is included with all Okteto Cloud accounts. Developer accounts get 15 builds per day for free.