igloo-server (sha256:85d7845e5f116e00552d37857b23760f5964a57913efbc05930934a277b6ec52)

Published 2026-06-12 09:37:27 +00:00 by laoc in edufeed/igloo-server

Installation

docker pull git.edufeed.org/edufeed/igloo-server@sha256:85d7845e5f116e00552d37857b23760f5964a57913efbc05930934a277b6ec52
sha256:85d7845e5f116e00552d37857b23760f5964a57913efbc05930934a277b6ec52

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1763337600'
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
COPY package.json bun.lock ./ # buildkit
COPY scripts/patch-zod-compat.mjs ./scripts/patch-zod-compat.mjs # buildkit
RUN /bin/sh -c bun install --production --frozen-lockfile # buildkit
COPY /app/src ./src # buildkit
COPY /app/static ./static # buildkit
COPY /app/docs ./docs # buildkit
COPY /app/tsconfig.json ./ # buildkit
EXPOSE [8002/tcp]
ENV HOST_NAME=0.0.0.0
ENV HOST_PORT=8002
CMD ["bun" "start"]

Labels

Key Value
org.opencontainers.image.created 2026-06-12T09:36:14.302Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision bf24016995c536d29a336649209873ec90030ad5
org.opencontainers.image.source https://git.edufeed.org/edufeed/igloo-server
org.opencontainers.image.title igloo-server
org.opencontainers.image.url https://git.edufeed.org/edufeed/igloo-server
org.opencontainers.image.version feat-multi-share
Details
Container
2026-06-12 09:37:27 +00:00
1
OCI / Docker
linux/amd64
106 MiB
Versions (8) View all
feat-multi-share 2026-06-12
bf24016 2026-06-12
eff03b0 2026-06-09
00be690 2026-06-09
edufeed-1.0-bun134 2026-06-09