< DESCRIPTION OF RELEASE >
What Changed
See the full changelog here
Usage
🐳 Docker
The following Docker images are available in our registry:
Image | Description |
---|---|
osmolabs/osmosis:17.0.0-rc0
| Default image. Based on Distroless image |
osmolabs/osmosis:17.0.0-rc0-distroless
| Distroless image (same as above) |
osmolabs/osmosis:17.0.0-rc0-nonroot
| Distroless non root image |
osmolabs/osmosis:17.0.0-rc0-alpine
| Alpine image |
Example:
docker run osmolabs/osmosis:17.0.0-rc0 version
# v17.0.0-rc0
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 v17.0.0-rc0
make install
⚡️ Download binaries
Binaries for linux amd64 and arm64 are available below.
Darwin users should build binaries from source.