a-grand-tour_web (sha-7259f6b)

Published 2026-08-17 16:26:01 +00:00 by jlxq0

Installation

docker pull forge.oddie.app/oddie-apps/a-grand-tour_web:sha-7259f6b
sha256:3d85c5f6315a6a4a9239ddfb89411e298fe3e3f58c90fd574c0eb3f7b3a4e03a

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'
RUN /bin/sh -c apt-get update -y && apt-get install -y --no-install-recommends libstdc++6 openssl libncurses6 locales ca-certificates libvips42 chromium && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
RUN /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
ENV HOME=/tmp
ENV CHROMIC_PDF_CHROME_EXECUTABLE=/usr/bin/chromium
ENV CHROMIC_PDF_NO_SANDBOX=true
WORKDIR /app
RUN /bin/sh -c groupadd --gid 1000 app && useradd --uid 1000 --gid app --home-dir /app --no-create-home --shell /usr/sbin/nologin app && chown app:app /app # buildkit
ENV MIX_ENV=prod
COPY --chown=app:app /app/_build/prod/rel/grand_tour ./ # buildkit
USER app
RUN /bin/sh -c chmod +x /app/bin/* && test -x /app/bin/migrate && test -x /app/bin/server && test -x /usr/bin/chromium && /usr/bin/chromium --version && /app/bin/grand_tour version # buildkit
CMD ["/app/bin/server"]
Details
Container
2026-08-17 16:26:01 +00:00
0
OCI / Docker
linux/amd64
392 MiB
Versions (119) View all
v0.10.1 2026-09-03
sha-49303cf 2026-09-03
cache 2026-09-03
v0.10.0 2026-09-02