• Joined on 2026-05-21

hlae-site (latest)

Published 2026-06-04 09:02:38 +00:00 by purp1e

Installation

docker pull git.okk.cool/purp1e/hlae-site:latest
sha256:e6937cc379e00861e0800eee2a2acd341dadbd1b0ccbb0761a88a2de8973d069

About this package

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

Image Layers

ADD alpine-minirootfs-3.22.3-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"]
WORKDIR /app
RUN /bin/sh -c apk add --no-cache ca-certificates nginx # buildkit
ENV NODE_ENV=production API_PORT=5210 STORAGE_TYPE=local LOCAL_UPLOAD_DIR=public/uploads DOCS_IMAGE_CACHE_DIR=/app/runtime/cache/docs-images HOSTED_IMAGE_CACHE_DIR=/app/runtime/cache/hosted-images DOCS_REPO_BRANCH=main S3_REGION=auto S3_FORCE_PATH_STYLE=true
COPY /app/api/dist/server.js /app/api/server.js # buildkit
COPY /app/api/dist/seed.js /app/api/seed.js # buildkit
COPY /app/api/package.json /app/api/package.json # buildkit
COPY /app/api/prisma /app/api/prisma # buildkit
COPY /app/docs /app/docs # buildkit
COPY /app/web/public /app/web/public # buildkit
COPY /app/web/dist /usr/share/nginx/html # buildkit
COPY /app/node_modules /app/node_modules # buildkit
COPY /app/api/node_modules /app/api/node_modules # buildkit
COPY /sharp-node_modules /app/node_modules # buildkit
COPY deploy/nginx.combined.conf /etc/nginx/http.d/default.conf # buildkit
COPY deploy/prisma.runtime.config.ts /app/api/prisma.config.ts # buildkit
COPY deploy/start.sh /usr/local/bin/hlae-site-start # buildkit
COPY deploy/seed.sh /usr/local/bin/hlae-site-seed # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/hlae-site-start && chmod +x /usr/local/bin/hlae-site-seed && mkdir -p /run/nginx /app/api/files /app/api/public/uploads /app/runtime/cache/docs-images /app/runtime/cache/hosted-images # buildkit
EXPOSE [80/tcp]
CMD ["hlae-site-start"]

Labels

Key Value
org.opencontainers.image.created 2026-03-18T04:34:02.526Z
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 a04817ce2b7f1a1e8b7cbf8af8f2c027ab072f1d
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.11-alpine
Details
Container
2026-06-04 09:02:38 +00:00
4
OCI / Docker
linux/amd64
NOASSERTION
382 MiB
Versions (1) View all
latest 2026-06-04