Skip to content

Commit b0991f9

Browse files
masayaggabriel-farache
authored andcommitted
Update README.md - describe used images
1 parent 3da9da2 commit b0991f9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,17 @@ Edit the workflow, add schema and spec files and run it locally from project's f
3131
```bash
3232
kn-workflow quarkus run
3333
```
34+
## Workflow images
35+
For running the workflow locally (with `kn-workflow run`), the following image is pulled:
36+
```
37+
registry.redhat.io/openshift-serverless-1/logic-swf-devmode-rhel8:1.35.0
38+
```
39+
40+
For building the workflow image, the following images are pulled:
41+
```
42+
registry.redhat.io/openshift-serverless-1/logic-swf-builder-rhel8@sha256:5590b799420769ee2fe316bc0425bec10f7a29433765244702a23348150e621e
43+
registry.access.redhat.com/ubi9/openjdk-17:1.21-2
44+
```
3445

3546
## References
3647

@@ -39,4 +50,4 @@ kn-workflow quarkus run
3950
* OpenShift Serverless Logic: https://openshift-knative.github.io/docs/docs/latest/serverless-logic/about.html
4051
* Using Quarkus: https://docs.redhat.com/en/documentation/red_hat_build_of_quarkus/3.15/html/getting_started_with_red_hat_build_of_quarkus/assembly_quarkus-getting-started_quarkus-getting-started#proc_online-maven_quarkus-getting-started
4152
Static token in RHDH/Backstage for the notification plugin: https://backstage.io/docs/auth/service-to-service-auth/#static-tokens
42-
* RHDH configuration if running behind a proxy: https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.4/html/configuring/running-behind-a-proxy#running-behind-a-proxy
53+
* RHDH configuration if running behind a proxy: https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.4/html/configuring/running-behind-a-proxy#running-behind-a-proxy

0 commit comments

Comments
 (0)