Use for second testnet upgrade from v17 to v17b. This includes the staking message changes.
What Changed
See the full changelog here
Usage
🐳 Docker
The following Docker images are available in our registry:
Image | Description |
---|---|
osmolabs/osmosis:17b-testnet
| Default image. Based on Distroless image |
osmolabs/osmosis:17b-testnet-distroless
| Distroless image (same as above) |
osmolabs/osmosis:17b-testnet-nonroot
| Distroless non root image |
osmolabs/osmosis:17b-testnet-alpine
| Alpine image |
Example:
docker run osmolabs/osmosis:17b-testnet version
# v17b-testnet
All the images have support for arm64
and amd64
architectures.
🔨 Build from source
git clone https://github.com/osmosis-labs/osmosis
cd osmosis && git checkout v17b-testnet
make install
⚡️ Download binaries
Binaries for linux amd64 and arm64 are available below.
Darwin users should build binaries from source.