Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 651978e

Browse files
authored
Merge pull request #24 from triggermesh/example-registry-arg
Document registry choices
2 parents 88afbdf + e41bdc1 commit 651978e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ With these templates, you can run your AWS Lambda functions **as is** in a Knati
88

99
The examples below use the [tm](https://github.com/triggermesh/tm/releases/tag/v0.0.7) CLI to interact with Knative but one could also use `kubectl`:
1010

11+
### Docker registry for builds
12+
13+
To combine the runtime with your source, the examples below produce a new Docker image each time.
14+
While these images can be considered temporary,
15+
builds must be pushed to a Docker registry in order for Kubernetes to be able to pull.
16+
By default `tm` uses [Knative Local Registry](https://github.com/triggermesh/knative-local-registry),
17+
equivalent to adding `--registry-host knative.registry.svc.cluster.local` to the commands below,
18+
so that builds can run without registry authentication.
19+
To override, set `--registry-host` and secrets according to [tm docs](https://github.com/triggermesh/tm#docker-registry).
20+
1121
### Python
1222

1323
1. Install buildtemplate

0 commit comments

Comments
 (0)