Skip to content

v3.3.0

Choose a tag to compare

@ishaileshpant ishaileshpant released this 12 Jan 06:39
· 7 commits to main since this release
f012912

Docker images are also available as OCI artifacts attached to this release.

To load the image (choose the appropriate platform):
```bash

For linux/amd64:

docker load < axon-converter-3.3.0-linux-amd64.tar.gz

For linux/arm64:

docker load < axon-converter-3.3.0-linux-arm64.tar.gz
```

Or pull from registry (Docker will automatically select the correct platform):
```bash
docker pull ghcr.io/mlos-foundation/axon-converter:3.3.0
```