mirror of https://github.com/knative/func.git
docs: appsody with boson stacks config
This commit is contained in:
parent
c0f0d34786
commit
69ea82d88c
|
@ -11,10 +11,16 @@ go install
|
||||||
|
|
||||||
Install dependent binaries:
|
Install dependent binaries:
|
||||||
|
|
||||||
|
* `appsody` https://appsody.dev/docs/installing/installing-appsody
|
||||||
* `kn` https://github.com/knative/client/releases
|
* `kn` https://github.com/knative/client/releases
|
||||||
* `kubectl` https://kubernetes.io/docs/tasks/tools/install-kubectl/
|
* `kubectl` https://kubernetes.io/docs/tasks/tools/install-kubectl/
|
||||||
* `docker` https://docs.docker.com/get-docker/
|
* `docker` https://docs.docker.com/get-docker/
|
||||||
|
|
||||||
|
Configure Boson appsody stack repository:
|
||||||
|
```
|
||||||
|
appsody repo add boson https://github.com/boson-project/stacks/releases/latest/download/boson-index.yaml
|
||||||
|
```
|
||||||
|
|
||||||
Configure Image repository:
|
Configure Image repository:
|
||||||
|
|
||||||
Both the image repository and user/org namespace need to be defined either by
|
Both the image repository and user/org namespace need to be defined either by
|
||||||
|
|
Loading…
Reference in New Issue