towerops (latest)

Published 2026-09-22 15:15:49 -05:00 by graham

Installation

docker pull git.mcintire.me/graham/towerops:latest
sha256:a44e274395df23ef66fa456b7ec6bcdf45cd89152faadef536a8fcf65810a4c8

About this package

TowerOps Phoenix application

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1789689600'
ARG APT_BUST=1790107913
RUN |1 APT_BUST=1790107913 /bin/sh -c echo "apt bust: ${APT_BUST}" && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y upgrade && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libstdc++6 openssl libncurses6 locales ca-certificates iputils-ping libsnmp40 libsctp1 gdal-bin unzip && dpkg --force-depends -r python3-gdal gdal-plugins libheif-plugin-dav1d libheif-plugin-libde265 && dpkg --force-depends -r python3-numpy-dev python3-numpy python3 python3.13 libpython3.13-stdlib python3.13-minimal libpython3.13-minimal python3-minimal libpython3-stdlib media-types libx265-215 libde265-0 && rm -rf /var/lib/apt/lists/* # buildkit
RUN |1 APT_BUST=1790107913 /bin/sh -c set -eu; for bin in gdallocationinfo gdalwarp gdal_translate gdaldem unzip tar ping; do command -v "$bin" >/dev/null 2>&1 || { echo "missing required runtime binary: $bin" >&2; exit 1; }; done # buildkit
RUN |1 APT_BUST=1790107913 /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
ARG IMAGE_REVISION=01dd3e4708f3bebab7cb5af10f34f8ed0c0f4ede
ARG IMAGE_SOURCE=https://git.mcintire.me/graham/towerops
ARG IMAGE_VERSION=main-1790107913-01dd3e4
ARG IMAGE_CREATED=2026-09-22T20:11:53Z
LABEL org.opencontainers.image.title=TowerOps org.opencontainers.image.description=TowerOps Phoenix application org.opencontainers.image.created=2026-09-22T20:11:53Z org.opencontainers.image.revision=01dd3e4708f3bebab7cb5af10f34f8ed0c0f4ede org.opencontainers.image.source=https://git.mcintire.me/graham/towerops org.opencontainers.image.version=main-1790107913-01dd3e4
WORKDIR /app
RUN |5 APT_BUST=1790107913 IMAGE_REVISION=01dd3e4708f3bebab7cb5af10f34f8ed0c0f4ede IMAGE_SOURCE=https://git.mcintire.me/graham/towerops IMAGE_VERSION=main-1790107913-01dd3e4 IMAGE_CREATED=2026-09-22T20:11:53Z /bin/sh -c chown nobody /app # buildkit
ENV MIX_ENV=prod
ENV DEPLOY_TIMESTAMP=2026-09-22T20:11:53Z
COPY --chown=nobody:root /app/_build/prod/rel/towerops ./ # buildkit
USER nobody
EXPOSE [4000/tcp]
HEALTHCHECK {Test:[CMD bash -c exec 3<>/dev/tcp/127.0.0.1/${PORT:-4000} && printf 'GET /health/live HTTP/1.0\r\n\r\n' >&3 && IFS= read -r line <&3 && case "$line" in *' 200 '*) exit 0;; *) exit 1;; esac] Interval:30s Timeout:5s StartPeriod:40s StartInterval:0s Retries:3}
CMD ["/app/bin/server"]

Labels

Key Value
org.opencontainers.image.created 2026-09-22T20:11:53Z
org.opencontainers.image.description TowerOps Phoenix application
org.opencontainers.image.revision 01dd3e4708f3bebab7cb5af10f34f8ed0c0f4ede
org.opencontainers.image.source https://git.mcintire.me/graham/towerops
org.opencontainers.image.title TowerOps
org.opencontainers.image.version main-1790107913-01dd3e4
Details
Container
2026-09-22 15:15:49 -05:00
2
OCI / Docker
linux/amd64
196 MiB
Versions (13) View all