Block a user
smplwise-ems (0.6.1)
Published 2026-05-13 15:36:22 +03:00 by gita
Installation
docker pull swtz-op5.tail522f9.ts.net/gita/smplwise-ems:0.6.1sha256:90658e584bba85e15c3362368169696da8f394070174ed34811f6ba014f030a9
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 2950560307 | linux/amd64 | 199 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bullseye' '@1740355200' |
| 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 docker-entrypoint.sh /usr/local/bin # buildkit |
| COPY /usr/local/bin/bun /usr/local/bin/bun # 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 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 |
| COPY package.json ./ # buildkit |
| RUN /bin/sh -c bun install --production # buildkit |
| COPY . . # buildkit |
| ENV NODE_ENV=production |
| CMD ["sh" "-c" "bun run-migration.ts && bun run server/src/index.ts"] |
Labels
| Key | Value |
|---|---|
| com.docker.compose.project | app |
| com.docker.compose.service | smplwise-ems |
| com.docker.compose.version | 2.40.3 |
| org.opencontainers.image.created | 2025-02-26T10:18:55.009Z |
| 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 | fd9a5ea668e9ffce5fd5f25a7cfd2d45f0eaa85b |
| 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.4-slim |