Skip to content

Commit a60ec34

Browse files
author
Ish Shah
committed
re-add sample
Signed-off-by: Ish Shah <[email protected]>
1 parent 8365f2c commit a60ec34

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

enhancements/sha-bundle-digest.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@ This set of changes will allow SDK users in air-gapped (disconnected) environmen
5050
- During bundle generation, discover all environment variables that begin with `RELATED_IMAGE_` then resolve the tags to digests. These variables should be set in `config/manager/manager.yaml` as suggested in [https://master.sdk.operatorframework.io/docs/best-practices/common-recommendation/#other-common-suggestions](https://master.sdk.operatorframework.io/docs/best-practices/common-recommendation/#other-common-suggestions).
5151
- Update CSV relatedImages with resolved image tags to digests
5252

53+
```yaml
54+
Image w/ traditional tags
55+
- name: RELATED_IMAGE_che_server_secure_exposer_jwt_proxy_image
56+
value: quay.io/eclipse/che-jwtproxy:0.10.0
57+
58+
Image w/ SHA based digest
59+
- name: RELATED_IMAGE_single_host_gateway
60+
value: quay.io/eclipse/che--traefik:v2.5.0-eb30f9f09a65cee1fab5ef9c64cb4ec91b800dc3fdd738d62a9d4334f0114683
61+
62+
```
63+
5364
### Risks and Mitigations
5465

5566
Since the feature is opt-in, it carries the risk of the end-user enabling it without a correct understanding of the feature and its implications. This can be mitigated with clear documentation both on the website and in the CLI help section.

0 commit comments

Comments
 (0)