alex-app (sha-46288e18cee7)

Published 2026-06-26 05:56:55 +00:00 by centra

Installation

docker pull git.centraworks.net/centra/alex-app:sha-46288e18cee7
sha256:925368634db977d0f79217ae6d17a50144e13a0c240b131b3d222a7b580508d4

About this package

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

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1777939200'
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 NEXT_TELEMETRY_DISABLED=1 PORT=3000
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates openssl && rm -rf /var/lib/apt/lists/* && groupadd --system alex && useradd --system --gid alex --home-dir /app alex && chown -R alex:alex /app # buildkit
COPY --chown=alex:alex /app/package.json /app/bun.lock ./ # buildkit
COPY --chown=alex:alex /app/node_modules ./node_modules # buildkit
COPY --chown=alex:alex /app/.next ./.next # buildkit
COPY --chown=alex:alex /app/src ./src # buildkit
COPY --chown=alex:alex /app/next.config.ts /app/postcss.config.mjs /app/tailwind.config.ts /app/tsconfig.json ./ # buildkit
USER alex
EXPOSE map[3000/tcp:{}]
HEALTHCHECK &{["CMD-SHELL" "bun -e \"fetch('http://127.0.0.1:' + (process.env.PORT || '3000') + '/api/health').then((r) => process.exit(r.ok ? 0 : 1)).catch(() => process.exit(1))\""] "30s" "5s" "30s" "0s" '\x03'}
CMD ["bun" "run" "start"]

Labels

Key Value
org.opencontainers.image.created 2026-05-13T03:50:40.734Z
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://git.centraworks.net/centra/alex-app
org.opencontainers.image.title bun
org.opencontainers.image.url https://github.com/oven-sh/bun
org.opencontainers.image.version 1.3.14-debian
Details
Container
2026-06-26 05:56:55 +00:00
1
OCI / Docker
linux/amd64
NOASSERTION
314 MiB
Versions (43) View all
sha-bb3c029a23c5 2026-07-01
master 2026-07-01
sha-634cb783d762 2026-07-01
sha-a959dfc8f627 2026-07-01
sha-6ba8e69266f0 2026-06-26