Skip to content

Conversation

@LakshanSS
Copy link
Contributor

Purpose

Add doc for deploying an image from private registry

Related Issues

Checklist

  • Updated sidebars.ts if adding a new documentation page
  • Run npm run start to preview the changes locally
  • Run npm run build to ensure the build passes without errors
  • Verified all links are working (no broken links)

- **A container image** to deploy

## Deploy an Image
## Deploy a Public Image
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To make this consistent?

Suggested change
## Deploy a Public Image
## Deploy from a Public Registry

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed via 6adfd2b

{
"auths": {
"https://index.docker.io/v1/": {
"auth": "eW91ci1kb2NrZXJodWItdXNlcm5hbWU6eW91ci1hY2Nlc3MtdG9rZW4="
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"auth": "eW91ci1kb2NrZXJodWItdXNlcm5hbWU6eW91ci1hY2Nlc3MtdG9rZW4="
"auth": "<your-base64-auth-string>"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed via 6adfd2b

---
title: Deploy a Prebuilt Container Image
description: Deploy your existing container images to OpenChoreo without using the Build Plane.
description: Deploy your existing container images to OpenChoreo from public or private registries without using the Build Plane.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to mention without using Build Plane?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I included it to clarify the use case. (some users might not immediately understand why they'd deploy a prebuilt image instead of using the standard flow. It helps distinguish BYOI from the build-and-deploy approach.

@chalindukodikara chalindukodikara merged commit 8423553 into openchoreo:main Jan 20, 2026
1 check passed
name: registry-pull-secret
namespace: ${metadata.namespace}
spec:
refreshInterval: 15s
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Might be a good idea to keep refreshInterval: 1h or similar, to avoid frequent secret syncs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add doc about deploying an image from private registry

4 participants