edufeed-accounts (sha256:58a2373893bee6f557c3068011792a36fc7cb41bc8be6888e3616893d87768a0)

Published 2026-06-12 12:32:32 +00:00 by laoc

Installation

docker pull git.edufeed.org/edufeed/edufeed-accounts@sha256:58a2373893bee6f557c3068011792a36fc7cb41bc8be6888e3616893d87768a0
sha256:58a2373893bee6f557c3068011792a36fc7cb41bc8be6888e3616893d87768a0

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* pnpm-lock.yaml* ./ # buildkit
RUN /bin/sh -c bun install --frozen-lockfile --production # buildkit
COPY /app/build ./build # buildkit
ENV PORT=3000
ENV HOST=0.0.0.0
ENV NODE_ENV=production
EXPOSE [3000/tcp]
CMD ["bun" "./build/index.js"]

Labels

Key Value
org.opencontainers.image.created 2026-06-12T12:31:48.809Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 2a177a95e86f72d635a957784ed96057478c3ecf
org.opencontainers.image.source https://git.edufeed.org/edufeed/edufeed-accounts
org.opencontainers.image.title edufeed-accounts
org.opencontainers.image.url https://git.edufeed.org/edufeed/edufeed-accounts
org.opencontainers.image.version main
Details
Container
2026-06-12 12:32:32 +00:00
2
OCI / Docker
linux/amd64
92 MiB
Versions (5) View all
2a177a9 2026-06-12
main 2026-06-12
d26e43b 2026-06-12
f34c54d 2026-06-12
7c6ce4c 2026-06-12