Skip to content

Commit

Permalink
Note how to override component versions (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
Callisto13 authored Feb 21, 2022
1 parent 66f81a6 commit 16d5039
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hack/scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,17 @@ Installation:
# if you have not
wget https://raw.githubusercontent.com/weaveworks/flintlock/main/hack/scripts/provision.sh
chmod +x provision.sh

./provision.sh --help
```

To override component versions (default: `latest`):
```bash
export FLINTLOCK=
export FIRECRACKER=
export CONTAINERD=
```

Available commands:
```
usage: ./hack/scripts/provision.sh <COMMAND> <OPTIONS>
Expand Down

0 comments on commit 16d5039

Please sign in to comment.