Docker image for running HPE AMS (iLO 4) on TrueNAS SCALE.
Based on an Ubuntu 24.04 (LTS) container. The Dockerfile installs HPE services via APT from https://downloads.linux.hpe.com/SDR.
Inspiration: This project was inspired by the following repository: https://github.com/endrebjorsvik/hpe-amsd
To use the container, run the following command:
# HP (Gen9 and earlier)
docker run -d --name hp-ams --privileged --restart always --net host -v /lib/modules:/lib/modules:ro -v /dev/hpilo:/dev/hpilo docker.io/zachelnet/hp-ams:latest
# HP (Gen10 and newer)
docker pull ghcr.io/endrebjorsvik/hpe-amsd:main
# to build:
podman build -f Dockerfile.hp-baseimage -t hp-baseimage
podman build -f Dockerfile.hp-ams -t zachelnet/hp-ams:$(date '+%Y-%m-%d')
podman build -f Dockerfile.hp-amsd -t zachelnet/hp-amsd:$(date '+%Y-%m-%d')