towerops (sha-c91dfe1707d567178dda7828f58826882938c45c)

Published 2026-09-22 11:56:13 -05:00 by graham

Installation

docker pull git.mcintire.me/graham/towerops:sha-c91dfe1707d567178dda7828f58826882938c45c
sha256:ef38eac7b45e0657c5e2294e13b237c9342f2d96a8b473c3c680f29acbabae46

About this package

TowerOps Phoenix application

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1789689600'
ARG APT_BUST=1790095922
RUN |1 APT_BUST=1790095922 /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=1790095922 /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=1790095922 /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=c91dfe1707d567178dda7828f58826882938c45c
ARG IMAGE_SOURCE=https://git.mcintire.me/graham/towerops
ARG IMAGE_VERSION=main-1790095922-c91dfe1
ARG IMAGE_CREATED=2026-09-22T16:52:02Z
LABEL org.opencontainers.image.title=TowerOps org.opencontainers.image.description=TowerOps Phoenix application org.opencontainers.image.created=2026-09-22T16:52:02Z org.opencontainers.image.revision=c91dfe1707d567178dda7828f58826882938c45c org.opencontainers.image.source=https://git.mcintire.me/graham/towerops org.opencontainers.image.version=main-1790095922-c91dfe1
WORKDIR /app
RUN |5 APT_BUST=1790095922 IMAGE_REVISION=c91dfe1707d567178dda7828f58826882938c45c IMAGE_SOURCE=https://git.mcintire.me/graham/towerops IMAGE_VERSION=main-1790095922-c91dfe1 IMAGE_CREATED=2026-09-22T16:52:02Z /bin/sh -c chown nobody /app # buildkit
ENV MIX_ENV=prod
ENV DEPLOY_TIMESTAMP=2026-09-22T16:52:02Z
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-22T16:52:02Z
org.opencontainers.image.description TowerOps Phoenix application
org.opencontainers.image.revision c91dfe1707d567178dda7828f58826882938c45c
org.opencontainers.image.source https://git.mcintire.me/graham/towerops
org.opencontainers.image.title TowerOps
org.opencontainers.image.version main-1790095922-c91dfe1
Details
Container
2026-09-22 11:56:13 -05:00
0
OCI / Docker
linux/amd64
196 MiB
Versions (13) View all