towerops (main-1790105522-20d5458)

Published 2026-09-22 14:36:47 -05:00 by graham

Installation

docker pull git.mcintire.me/graham/towerops:main-1790105522-20d5458
sha256:f0d727482a2cfbbf0554f49960e7a01282ed6a653b99cba4ed39afa9f4bfc600

About this package

TowerOps Phoenix application

Image layers

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