• Joined on 2026-06-22

poolcar (latest-frontend)

Published 2026-06-25 21:45:14 +07:00 by quilavr

Installation

docker pull gitea.quilavr.top/quilavr/poolcar:latest-frontend
sha256:3688728b4ec75d572868d0b5e9ad35c5496cebca8e98f362176a1ba721f38730

Images

Digest OS / Arch Size
a20733a474 linux/amd64 104 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.22.4-x86_64.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"]
ARG PUBLIC_API_BASE_URL=https://poolcar.quilavr.top/api
ARG PUBLIC_WS_BASE_URL=wss://poolcar.quilavr.top/ws
ENV PUBLIC_API_BASE_URL=https://poolcar.quilavr.top/api
ENV PUBLIC_WS_BASE_URL=wss://poolcar.quilavr.top/ws
WORKDIR /app
COPY package.json bun.lock /app/ # buildkit
RUN |2 PUBLIC_API_BASE_URL=https://poolcar.quilavr.top/api PUBLIC_WS_BASE_URL=wss://poolcar.quilavr.top/ws /bin/sh -c bun install --frozen-lockfile # buildkit
COPY . /app/ # buildkit
RUN |2 PUBLIC_API_BASE_URL=https://poolcar.quilavr.top/api PUBLIC_WS_BASE_URL=wss://poolcar.quilavr.top/ws /bin/sh -c bun run build # buildkit
EXPOSE [3000/tcp]
CMD ["bun" "./build"]

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-06-25 21:45:14 +07:00
0
OCI / Docker
Versions (19) View all
latest 2026-07-21
0.5.1 2026-07-21
0.5.1-8ba1128 2026-07-10
0.5.0-d421897 2026-07-07
0.4.0-9a29697 2026-07-04