Skip to content
This repository has been archived by the owner on Dec 25, 2020. It is now read-only.

Latest commit

 

History

History
105 lines (86 loc) · 3.26 KB

README.md

File metadata and controls

105 lines (86 loc) · 3.26 KB

docker_unms

Multiarch Docker images for UNMS and its dependencies, all based on Alpine Linux.

netflow
✔️ i386 ✔️ amd64 ✔️ arm ✔️ armhf ✔️ aarch64 ✔️ ppc64le
nginx
✔️ i386 ✔️ amd64 ✔️ arm ✔️ armhf ✔️ aarch64 ✖️ ppc64le
siridb
✔️ i386 ✔️ amd64 ✔️ arm ✔️ armhf ✔️ aarch64 ✔️ ppc64le
ucrm
✔️ i386 ✔️ amd64 ✔️ arm ✔️ armhf ✔️ aarch64 ✔️ ppc64le
unms
✔️ i386 ✔️ amd64 ✔️ arm ✔️ armhf ✔️ aarch64 ✔️ ppc64le

Credits

  • Although incomplete, this repo is close to the design goals I had in mind.
  • My ucrm.Dockerfile is largely based on the one available in this repo.
  • There were several small build and integration issues that I have fixed in my images.
  • My multiarch images work on several more architectures.
  • I removed the dependence on s6, and instead compose several containers as opposed to having a monolithic one.
  • I upgraded many of the default packages used by UNMS and this repo.

TODO