web (latest)
Published 2026-09-16 10:15:36 +00:00 by lucxjo
Installation
docker pull git.hollingworth.nl/lucxjo/web:latestsha256:45531cd5b4fce88dfed1fd53ddeb6d142b9e15a99448086c299196c3bee29de1About this package
North Derbyshire Green Party's website, built with Nuxt and Bun
Image layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1787529600' |
| RUN /bin/sh -c apt-get update -qq && apt-get install -qq --no-install-recommends ca-certificates && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |
| ARG BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 |
| ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 |
| ARG BUN_INSTALL_BIN=/usr/local/bin |
| ENV BUN_INSTALL_BIN=/usr/local/bin |
| COPY docker-entrypoint.sh /usr/local/bin # buildkit |
| COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit |
| RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh -c mkdir -p /usr/local/bun-node-fallback-bin && ln -s /usr/local/bin/bun /usr/local/bun-node-fallback-bin/node # buildkit |
| ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bun-node-fallback-bin |
| RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh -c groupadd bun --gid 1000 && useradd bun --uid 1000 --gid bun --shell /bin/sh --create-home && ln -s /usr/local/bin/bun /usr/local/bin/bunx && which bun && which bunx && bun --version # buildkit |
| WORKDIR /home/bun/app |
| ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"] |
| CMD ["/usr/local/bin/bun"] |
| WORKDIR /app |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libjxl-tools && rm -rf /var/lib/apt/lists/* # buildkit |
| ENV UPLOADS_DIR=/data/uploads |
| RUN /bin/sh -c mkdir -p /data/uploads # buildkit |
| COPY /app/.output /app # buildkit |
| COPY /app/server/db/migrations /app/migrations # buildkit |
| LABEL org.opencontainers.image.source=https://github.com/lucxjo/ndgp-nuxt |
| LABEL org.opencontainers.image.description=North Derbyshire Green Party's website, built with Nuxt and Bun |
| LABEL org.opencontainers.image.authors=Louis Hollingworth <louis@hollingworth.nl> |
| EXPOSE [3000/tcp] |
| ENTRYPOINT ["bun" "--bun" "run" "/app/server/index.mjs"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.authors | Louis Hollingworth <louis@hollingworth.nl> |
| org.opencontainers.image.created | 2026-09-05T05:58:20.153Z |
| org.opencontainers.image.description | North Derbyshire Green Party's website, built with Nuxt and Bun |
| org.opencontainers.image.licenses | NOASSERTION |
| org.opencontainers.image.revision | 744846f844374847c902b5e7fd59b4342a51ef99 |
| org.opencontainers.image.source | https://github.com/lucxjo/ndgp-nuxt |
| org.opencontainers.image.title | bun |
| org.opencontainers.image.url | https://github.com/oven-sh/bun |
| org.opencontainers.image.version | 1.4.2-slim |
Details
2026-09-16 10:15:36 +00:00
Versions (3)
View all
Container
1
OCI / Docker
linux/amd64
Louis Hollingworth <louis@hollingworth.nl>
NOASSERTION
96 MiB