Release candidate for v15 used for the osmo-test-4
testnet update.
This release is created to simplify the testnet update process via cosmovisor.
Mainnet will not go through this upgrade.
What Changed
See the full changelog here
Usage
🐳 Docker
The following Docker images are available in our registry:
Image | Description |
---|---|
osmolabs/osmosis:15.0.0-rc3
| Default image. Based on Distroless image |
osmolabs/osmosis:15.0.0-rc3-distroless
| Distroless image (same as above) |
osmolabs/osmosis:15.0.0-rc3-nonroot
| Distroless non root image |
osmolabs/osmosis:15.0.0-rc3-alpine
| Alpine image |
Example:
docker run osmolabs/osmosis:15.0.0-rc3 version
# v15.0.0-rc3
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 v15.0.0-rc3
make install
⚡️ Download binaries
Binaries for linux amd64 and arm64 are available below.
Darwin users should build binaries from source.