Out Plane

Deploy a Prebuilt Image

Deploy any container image without a build step.

If you already have a container image, deploy it directly. There is no build step, so the image runs as is.

Deploy an Image

Enter the Image

When you create an application, choose the Image source and enter a reference in the form [registry/]name[:tag][@digest], for example nginx:latest or ghcr.io/acme/api:1.4.0.

Set the Port and Deploy

Give the app a Name, set the port the image listens on, and select Deploy app.

Private Images

Public images need no credentials. For a private image, store the registry login under Registry Credentials for your team.

Redeploying

Image apps do not auto-deploy. To ship a new version, open the Deployments tab and choose Deploy, optionally entering a new image tag. Leaving the tag empty redeploys the current image.

Next Steps

On this page