Alexander Melnik melalex
  • Joined on 2026-03-12

skif-front (4bee5e2a01dc91d831e2095e5812e1cc87babc03)

Published 2026-04-28 17:57:58 +03:00 by postmet

Installation

docker pull run.postmet.ru/melalex/skif-front:4bee5e2a01dc91d831e2095e5812e1cc87babc03
sha256:b5c9c075a437242c34e409e42cc84914cc905c8f8e0c15eb079c1f8bdc333018

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:236dafc9d83fddcbdc02ab9853e63834c3ef35a0124d37f71b7f863bc93ac70a in ./dist
COPY dir:feeabffa8f8832efce5683c7fac094b27325c619ed8ee5b81be991c11f904fee 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-28 17:57:58 +03:00
1
OCI / Docker
linux/amd64
NOASSERTION
118 MiB
Versions (26) View all