a-grand-tour_web (v0.3.1)

Published 2026-07-24 01:56:43 +00:00 by jlxq0

Installation

docker pull forge.oddie.app/oddie-apps/a-grand-tour_web:v0.3.1
sha256:b8389710c5f18e93c5bc2e0aad1b14a1ffac7dcf71f92b7fc328ab6b8a6b374d

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-24 01:56:43 +00:00
161
OCI / Docker
linux/amd64
365 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