Skip to content

Commit 93ab98e

Browse files
dewan-ahmedHarness
authored andcommitted
Add BYOI image pull policy note and best practice (#100006)
* 8c042d Document BYOI limitation: image pull policy not supported. Added warning admonition recommending users retag images with new versions to ensure updates are applied.
1 parent e33251b commit 93ab98e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/platform/references/harness-cloud-vm-images.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,16 @@ Harness regularly updates VM images to include:
7979
- Runtime updates (Node.js, Python, Java, etc.).
8080
- New tools and utilities based on community feedback.
8181

82+
#### Using Your Own Images (BYOI)
83+
84+
If you bring your own custom Docker image, note the following:
85+
86+
:::note BYOI image pull policy
87+
Harness Cloud currently does not support setting an image pull policy.
88+
By default, the image is never pulled if it already exists on the VM.
89+
90+
Best Practice: Always retag your custom image with a new version whenever changes are made. This ensures Harness Cloud picks up the updated image during your build.
91+
:::
8292

8393
## Pre-installed Software Version Management
8494

0 commit comments

Comments
 (0)