Alexander Melnik melalex
  • Joined on 2026-03-12

skif-front (f7b6de6ee0d8d78347b3bc3e555cde77c5d7cb93)

Published 2026-04-20 16:31:02 +03:00 by postmet

Installation

docker pull run.postmet.ru/melalex/skif-front:f7b6de6ee0d8d78347b3bc3e555cde77c5d7cb93
sha256:55a575c3f586157e79a9fe3b42a0a67a7164b3967c846c47ec47e3e29fb618c1

About this package

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

Image Layers

# debian.sh --arch 'amd64' out/ 'bullseye' '@1742169600'
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 PORT=3000
ENV BIND_HOST=0.0.0.0
COPY multi:442df6855339af9879fdc74ff04e1e085018d129d925930fea9ea78fa68a5ea5 in ./
COPY dir:ecdecd8ab3ac560de00c857d5ebadea475641fe88509dcdcdc8626f74cf0da78 in ./node_modules
COPY dir:07bd03ffcd813d9ef40607096fdf88bb6525509fc007080b46e586945d96b88a in ./dist
COPY dir:0a7cdb3ff1de727bfd0e1db7170da51fc2c9e5ec2fc1902c30d24475ab2a3144 in ./server
EXPOSE 3000
CMD ["bun" "run" "server/index.js"]

Labels

Key Value
org.opencontainers.image.created 2025-03-31T16:31:49.899Z
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 adab0f64f97c9240026df715006b7a0c42658069
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.8
Details
Container
2026-04-20 16:31:02 +03:00
0
OCI / Docker
linux/amd64
NOASSERTION
118 MiB
Versions (26) View all