frontend (sha256:3678df69cea6ace2aa131073c52a0e82d75e766afa6fd1ba4e44627450638662)

Published 2025-09-13 09:12:14 +00:00 by siwat

Installation

docker pull git.siwatsystem.com/adsist-cms/frontend@sha256:3678df69cea6ace2aa131073c52a0e82d75e766afa6fd1ba4e44627450638662
sha256:3678df69cea6ace2aa131073c52a0e82d75e766afa6fd1ba4e44627450638662

About this package

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

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1754870400'
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
ENV NODE_ENV=production
ENV NEXT_TELEMETRY_DISABLED=1
RUN /bin/sh -c addgroup --system --gid 1001 nodejs && adduser --system --uid 1001 nextjs # buildkit
COPY ./public ./public # buildkit
COPY ./.next/standalone ./ # buildkit
COPY ./.next/static ./.next/static # buildkit
USER nextjs
EXPOSE &{[{{19 0} {19 0}}] 0xc0002f8b00}
ENV PORT=3000
ENV HOSTNAME=0.0.0.0
CMD ["node" "server.js"]

Labels

Key Value
org.opencontainers.image.created 2025-08-25T11:53:19.668Z
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 7c45ed97def1264717a1b55ab0f789f2ea58f986
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.2.21
Details
Container
2025-09-13 09:12:14 +00:00
1
OCI / Docker
linux/amd64
NOASSERTION
90 MiB
Versions (2) View all
dev 2025-09-13
latest 2025-09-11