kindle-frame.yasa.lol/main-website (latest)

Published 2025-12-21 23:31:05 +01:00 by yasa

Installation

docker pull git.olivias.family/yasa/kindle-frame.yasa.lol/main-website:latest
sha256:4bd1df68a366a29c8a950b3062ab5e6c12eb64c77b62588973535d5d3e6e82e8

About this package

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

Image layers

# debian.sh --arch 'amd64' out/ 'bullseye' '@1736726400'
COPY docker-entrypoint.sh /usr/local/bin # buildkit
COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit
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"]
RUN /bin/sh -c apt-get update && apt-get install -y fonts-roboto libnss3 libnspr4 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libdbus-1-3 libxkbcommon0 libxcomposite1 libxdamage1 libxfixes3 libxrandr2 libgbm1 libpango-1.0-0 libcairo2 libasound2 && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /app
COPY package.json package.json # buildkit
COPY bun.lock bun.lock # buildkit
COPY postcss.config.js postcss.config.js # buildkit
COPY tsconfig.json tsconfig.json # buildkit
COPY vite.config.ts vite.config.ts # buildkit
COPY app app # buildkit
RUN /bin/sh -c bun install # buildkit
RUN /bin/sh -c bunx playwright install chromium # buildkit
RUN /bin/sh -c bun run build # buildkit
EXPOSE &{[{{45 0} {45 0}}] 0xc01bd634c0}
ENV MODE=production
CMD ["bun" "run" "start"]

Labels

Key Value
org.opencontainers.image.created 2025-01-17T15:45:31.051Z
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 196621f253cf318b9096d2b8335b74e0b0e98d6c
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.1.45
Details
Container
2025-12-21 23:31:05 +01:00
2
OCI / Docker
linux/amd64
NOASSERTION
462 MiB
Versions (1) View all
latest 2025-12-21