Updated kurtosis version to 0.64.2

This commit is contained in:
Alberto Soutullo 2023-01-19 19:25:22 +01:00
parent 5addeb00a8
commit 1f714e9670
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ More info about Kurtosis: https://docs.kurtosis.com/
#### Before using this repository note that: #### Before using this repository note that:
- **You are using Kurtosis version 0.62.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.64.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/network_topology/`. This topology is created with https://github.com/logos-co/Waku-topology-test - The topology files that will be used by default are defined in `config/network_topology/`. This topology is created with https://github.com/logos-co/Waku-topology-test
- Each node will need its own configuration file in `config/node_config_files/waku_X.toml` being `waku_X` the same name that is defined in the topology. - Each node will need its own configuration file in `config/node_config_files/waku_X.toml` being `waku_X` the same name that is defined in the topology.
- Only `kurtosis` and `docker` are needed to run this. - Only `kurtosis` and `docker` are needed to run this.

View File

@ -3,8 +3,8 @@ sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin
# Install Kurtosis, naively assuming amd64 # Install Kurtosis, naively assuming amd64
wget https://github.com/kurtosis-tech/kurtosis-cli-release-artifacts/releases/download/0.62.0/kurtosis-cli_0.62.0_linux_amd64.tar.gz wget https://github.com/kurtosis-tech/kurtosis-cli-release-artifacts/releases/download/0.64.2/kurtosis-cli_0.64.2_linux_amd64.tar.gz
tar -xf kurtosis-cli_0.62.0_linux_amd64.tar.gz tar -xf kurtosis-cli_0.64.2_linux_amd64.tar.gz
mv kurtosis /usr/bin mv kurtosis /usr/bin
rm -r scripts rm -r scripts
rm kurtosis-cli_0.62.0_linux_amd64.tar.gz rm kurtosis-cli_0.64.2_linux_amd64.tar.gz