towerops (main-1790106811-aa07e2d)

Published 2026-09-22 14:58:02 -05:00 by graham

Installation

docker pull git.mcintire.me/graham/towerops:main-1790106811-aa07e2d
sha256:56602a0f6c0e2cdc24cd0282dc2f98650733ead4c232359ef373ead4de1bfd7b

About this package

TowerOps Phoenix application

Image layers

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