https://github.com/maxgio92/shipwright-demo
https://github.com/maxgio92/shipwright-demo
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxgio92/shipwright-demo
- Owner: maxgio92
- Created: 2023-04-06T15:14:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T15:14:41.000Z (about 3 years ago)
- Last Synced: 2025-03-21T03:29:56.990Z (about 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quickstart
```shell
kind create cluster shipwright-demo --config kind-config.yaml
kubectl apply --filename https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.44.0/release.yaml
kubectl apply --filename https://github.com/shipwright-io/build/releases/download/v0.11.0/release.yaml
kubectl apply --filename https://github.com/shipwright-io/build/releases/download/v0.11.0/sample-strategies.yaml
export REGISTRY_PASSWORD=
bash registry.sh
bash build.sh
bash buildrun.sh
kubectl get buildrun -w
```