notomo (production-app)

Published 2026-06-15 23:21:08 -04:00 by colin

Installation

docker pull git.nixc.us/colin/notomo:production-app
sha256:e17facc9dc191eb6e412d938d67b67ba0b812b2c12382cfe1803a9b38f9aba91

Image Layers

ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates tini && addgroup -S notomo && adduser -S -G notomo -h /home/notomo notomo && mkdir -p /data && chown notomo:notomo /data # buildkit
COPY /out/notomo /usr/local/bin/notomo # buildkit
ENV NOTOMO_ADDR=:8800 NOTOMO_DATA=/data
USER notomo
WORKDIR /home/notomo
VOLUME [/data]
EXPOSE map[8800/tcp:{}]
HEALTHCHECK &{["CMD-SHELL" "wget -q -O /dev/null http://127.0.0.1:8800/healthz || exit 1"] "30s" "5s" "10s" "0s" '\x03'}
ENTRYPOINT ["/sbin/tini" "--"]
CMD ["/usr/local/bin/notomo"]

Labels

Key Value
com.docker.compose.project notomo
com.docker.compose.service app
com.docker.compose.version 5.1.3
Details
Container
2026-06-15 23:21:08 -04:00
63
OCI / Docker
linux/amd64
8.1 MiB
Versions (1) View all
production-app 2026-06-15