Skip to content

Commit 7adba63

Browse files
Merge pull request #33 from kameshsampath/eventing/remote-images
doc: Add option for eventing demos to use remote container images
2 parents dd345d0 + 8579f2b commit 7adba63

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

documentation/modules/ROOT/pages/05eventing/eventing-src-sub.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,11 @@ spec:
299299

300300
<1> Set from `image` parameter -- the fully qualified container image that will be pushed to the registry as part of the build --
301301

302+
[NOTE]
303+
====
304+
If you have skipped the xref:ROOT:04build/build.adoc[Build] or xref:ROOT:04build/build-templates.adoc[Build Templates] do not have the container image of `event-greeter`; then you can update the Knative serving service to use the pre-built event-greeter image available at `quay.io/rhdevelopers/knative-tutorial-event-greeter:0.0.1`
305+
====
306+
302307
[#eventing-deploy-subscriber-service]
303308
=== Deploy Subscriber Service
304309

documentation/modules/ROOT/pages/05eventing/eventing-src-svc.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@ spec:
154154

155155
<1> Set from `image` parameter -- the fully qualified container image that will be pushed to the registry as part of the build --
156156

157+
[NOTE]
158+
====
159+
If you have skipped the xref:ROOT:04build/build.adoc[Build] or xref:ROOT:04build/build-templates.adoc[Build Templates] do not have the container image of `event-greeter`; then you can update the Knative serving service to use the pre-built event-greeter image available at `quay.io/rhdevelopers/knative-tutorial-event-greeter:0.0.1`
160+
====
161+
157162
[#eventing-deploy-sink-service]
158163
=== Deploy Sink Service
159164

0 commit comments

Comments
 (0)