Attilio Greco attilio
  • Joined on 2021-10-20

piagrande/frontend (2)

Published 2026-09-13 22:57:18 +00:00 by attilio

Installation

docker pull gitea.crazylinux.it/attilio/piagrande/frontend:2
sha256:e3ae32db25468522e5dc6cc553df2e3f8080b4431cd7ea5f9a637999912c13e7

Images

Digest OS / Arch Size
4f76d17b57 linux/arm64 110 MiB

Image Layers ( linux/arm64)

ADD alpine-minirootfs-3.22.4-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
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 /usr/local/bin/bun /usr/local/bin/ # buildkit
COPY docker-entrypoint.sh /usr/local/bin/ # 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 addgroup -g 1000 bun && adduser -u 1000 -G bun -s /bin/sh -D bun && ln -s /usr/local/bin/bun /usr/local/bin/bunx && apk add libgcc libstdc++ && 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
ENV NODE_ENV=production
COPY package.json bun.lock ./ # buildkit
RUN /bin/sh -c bun install --frozen-lockfile --production # buildkit
COPY /app/dist ./dist # buildkit
EXPOSE [3000/tcp]
CMD ["bun" "node_modules/srvx/bin/srvx.mjs" "serve" "--prod" "--port" "3000" "--static" "../client" "--entry" "dist/server/server.js"]

Labels

Key Value
org.opencontainers.image.created 2026-05-13T03:50:34.645Z
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-alpine
Details
Container
2026-09-13 22:57:18 +00:00
0
OCI / Docker
Versions (11) View all
latest 2026-09-14
10 2026-09-14
9 2026-09-14
8 2026-09-14
7 2026-09-14