a-grand-tour_web (v0.6.0)

Published 2026-07-29 14:54:20 +00:00 by jlxq0

Installation

docker pull forge.oddie.app/oddie-apps/a-grand-tour_web:v0.6.0
sha256:f3824bd538810fa860560edf24a1bb51b8fbf8533f69ecea49adf17afbef78d6

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'
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-07-29 14:54:20 +00:00
1992
OCI / Docker
linux/amd64
387 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