a-grand-tour_web (v0.7.0)
Published 2026-08-15 08:17:17 +00:00 by jlxq0
Installation
docker pull forge.oddie.app/oddie-apps/a-grand-tour_web:v0.7.0sha256:35e6f58baf9f4d69d1f47f3aec1ade7e39b6454caaa371f4dcdef116166282b6Image 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
2026-08-15 08:17:17 +00:00
Versions (119)
View all
Container
293
OCI / Docker
linux/amd64
392 MiB