selfhost/altaspecs-dashboard (sha-5bef0bc)

Published 2026-05-20 23:16:46 +00:00 by bastiat

Installation

docker pull git.nexara.me/bastiat/selfhost/altaspecs-dashboard:sha-5bef0bc
sha256:39029186adbd1a7d52efce954013d7eb7eb6686633cd7a561eef1e5e148a7317

About this package

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

Image layers

# debian.sh --arch 'arm64' out/ 'trixie' '@1777939200'
COPY docker-entrypoint.sh /usr/local/bin # buildkit
COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit
RUN /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
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
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
/bin/sh -c groupadd -g 1001 appuser && useradd -u 1001 -g appuser -m -s /bin/sh appuser
USER appuser
COPY dir:218745206bd61a995da9b9f4d79bb966c37de3eeecfbe0dfef5be44bc858575b in ./dist
COPY dir:9ec8a658372e49298cfafa22234c3151d8681e6eb7d6434135dbdc4468b785b2 in ./dist-server
COPY dir:976379a83ca5e55677a2c7138a1b3657467601488176a4a88c3b444565974251 in ./server/db/migrations
COPY file:d43a290de7f21e9c3a13dc7248d9669cfc5c628f1549aacb397f081410cc1cb4 in /app/entrypoint.sh
/bin/sh -c chmod +x /app/entrypoint.sh
EXPOSE 3000
EXPOSE 3001
ENV NODE_ENV=production
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 CMD bun -e 'const urls = ["http://localhost:3000/", "http://localhost:3001/health"]; for (const url of urls) { const response = await fetch(url); if (!response.ok) { console.error(`${url}: ${response.status}`); process.exit(1); } }' || exit 1
ENTRYPOINT ["/app/entrypoint.sh"]

Labels

Key Value
io.buildah.version 1.41.8
org.opencontainers.image.created 2026-05-13T03:50:35.268Z
org.opencontainers.image.description Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
org.opencontainers.image.licenses NOASSERTION
org.opencontainers.image.revision 0d9b296af33f2b851fcbf4df3e9ec89751734ba4
org.opencontainers.image.source https://github.com/oven-sh/bun
org.opencontainers.image.title bun
org.opencontainers.image.url https://github.com/oven-sh/bun
org.opencontainers.image.version 1.3.14
Details
Container
2026-05-20 23:16:46 +00:00
9
OCI / Docker
linux/arm64
NOASSERTION
90 MiB
Versions (2) View all
latest 2026-05-20
sha-5bef0bc 2026-05-20