mirror of https://github.com/vacp2p/wakurtosis.git
Updated Kurtosis version to 0.70.2
This commit is contained in:
parent
bfe72bc41e
commit
bde6a0e18d
|
@ -9,7 +9,7 @@ More info about Kurtosis: https://docs.kurtosis.com/
|
|||
|
||||
#### Before using this repository note that:
|
||||
|
||||
- **You are using Kurtosis version 0.70.0**. This is important, as they are working on it and changes can be huge depending on different versions. You can find all Kurtosis versions [here](https://github.com/kurtosis-tech/kurtosis-cli-release-artifacts/releases).
|
||||
- **You are using Kurtosis version 0.70.2**. This is important, as they are working on it and changes can be huge depending on different versions. You can find all Kurtosis versions [here](https://github.com/kurtosis-tech/kurtosis-cli-release-artifacts/releases).
|
||||
- The topology files that will be used by default are defined in `config/topology_generated/`. This topology is created with the [gennet](gennet-module/Readme.md) module.
|
||||
- Kurtosis can set up services in a parallel manner, defined in the `config.json` file (see below).
|
||||
- Only `kurtosis` and `docker` are needed to run this.
|
||||
|
|
2
build.sh
2
build.sh
|
@ -5,7 +5,7 @@ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin
|
|||
apt-get install -y jq
|
||||
|
||||
# Install the suitable kurtosis-cli
|
||||
kurtosis_version=0.67.3
|
||||
kurtosis_version=0.70.2
|
||||
echo "deb [trusted=yes] https://apt.fury.io/kurtosis-tech/ /" | sudo tee /etc/apt/sources.list.d/kurtosis.list
|
||||
sudo apt update
|
||||
sudo apt-mark unhold kurtosis-cli
|
||||
|
|
Loading…
Reference in New Issue