/docker-vernemq

A multiarch image for Vernemq

Primary LanguageShellMozilla Public License 2.0MPL-2.0

docker-vernemq

A multiarch image for Vernemq

This combines the upstream Debian Buster Dockerfile (available here) with the ARM-compatible Dockerfile that was made by Andrei Neculau into a single multi-arch manifest.

To build, run

docker buildx build \
  --tag <image tag> \
  --platform=linux/arm64,linux/amd64 \
  --build-arg VERNEMQ_VERSION=<vernemq version> \
  --push \
  .

This image is also available here.