towerops-web (sha256:31b903c0a12264dee72c111acbc8d2c14ee3bf4ee689d3581024085e29a800fc)

Published 2026-04-04 14:50:25 -05:00 by graham

Installation

docker pull git.mcintire.me/graham/towerops-web@sha256:31b903c0a12264dee72c111acbc8d2c14ee3bf4ee689d3581024085e29a800fc
sha256:31b903c0a12264dee72c111acbc8d2c14ee3bf4ee689d3581024085e29a800fc

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1766966400'
RUN /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get upgrade -y && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libstdc++6 openssl libncurses6 locales ca-certificates iputils-ping snmp libsnmp40 && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen # buildkit
ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US:en
ENV LC_ALL=en_US.UTF-8
WORKDIR /app
RUN /bin/sh -c chown nobody /app # buildkit
ENV MIX_ENV=prod
COPY --chown=nobody:root /app/_build/prod/rel/towerops ./ # buildkit
USER nobody
HEALTHCHECK &{["CMD" "/app/bin/towerops" "rpc" "1 + 1"] "30s" "3s" "40s" "0s" '\x03'}
CMD ["/app/bin/server"]
Details
Container
2026-04-04 14:50:25 -05:00
0
OCI / Docker
linux/amd64
122 MiB
Versions (7) View all