toremember-app (sha256:74fbbdeee6b610361218c96fdcb9b5d1d38285ff5506f68497ddbb7dd8a765b6)

Published 2026-05-26 15:43:04 +00:00 by toor

Installation

docker pull forgejo.prado.cc/toor/toremember-app@sha256:74fbbdeee6b610361218c96fdcb9b5d1d38285ff5506f68497ddbb7dd8a765b6
sha256:74fbbdeee6b610361218c96fdcb9b5d1d38285ff5506f68497ddbb7dd8a765b6

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"]
ARG TARGETARCH=amd64
ENV PLAYWRIGHT_BROWSERS_PATH=/opt/pw-browsers
RUN |1 TARGETARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl ca-certificates python3 python3-pip && pip3 install --no-cache-dir --break-system-packages playwright scrapling curl_cffi browserforge && playwright install chromium --with-deps && chmod -R o+rx /opt/pw-browsers && apt-get purge -y --auto-remove python3-pip && rm -rf /var/lib/apt/lists/* /tmp/* /root/.cache # buildkit
RUN |1 TARGETARCH=amd64 /bin/sh -c SUPERCRONIC_ARCH=$([ "$TARGETARCH" = "arm64" ] && echo "linux-arm64" || echo "linux-amd64") && curl -fsSL "https://github.com/aptible/supercronic/releases/download/v0.2.33/supercronic-${SUPERCRONIC_ARCH}" -o /usr/local/bin/supercronic && chmod +x /usr/local/bin/supercronic # buildkit
RUN |1 TARGETARCH=amd64 /bin/sh -c groupadd --system --gid 1001 nodejs && useradd --system --uid 1001 --gid nodejs --shell /bin/sh --create-home nextjs # buildkit
ENV NODE_ENV=production
ENV PLAYWRIGHT_BROWSERS_PATH=/opt/pw-browsers
WORKDIR /app
COPY --chown=nextjs:nodejs /app/.next/standalone ./ # buildkit
COPY --chown=nextjs:nodejs /app/.next/static ./.next/static # buildkit
COPY --chown=nextjs:nodejs /app/public ./public # buildkit
COPY --chown=nextjs:nodejs /app/build-info.json ./build-info.json # buildkit
RUN |1 TARGETARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends gosu && rm -rf /var/lib/apt/lists/* # buildkit
ARG TARGETARCH=amd64
RUN |1 TARGETARCH=amd64 /bin/sh -c LAZYPG_ARCH=$([ "$TARGETARCH" = "arm64" ] && echo "arm64" || echo "amd64") && curl -fsSL "https://github.com/pgplex/pgtui/releases/download/v0.2.0/lazypg_0.2.0_linux_${LAZYPG_ARCH}.tar.gz" | tar xz -C /usr/local/bin lazypg # buildkit
COPY --chown=nextjs:nodejs /app/dist ./dist # buildkit
COPY --chown=nextjs:nodejs /app/drizzle ./drizzle # buildkit
COPY --chown=nextjs:nodejs /app/entrypoint.sh ./entrypoint.sh # buildkit
COPY --chown=nextjs:nodejs /app/src/scripts/scrape.py ./src/scripts/scrape.py # buildkit
RUN |1 TARGETARCH=amd64 /bin/sh -c mkdir -p public/uploads && chown nextjs:nodejs public/uploads # buildkit
EXPOSE [3000/tcp]
ENV PORT=3000
ENV HOSTNAME=0.0.0.0
ENV AUTH_TRUST_HOST=true
HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:3000/api/health || exit 1] Interval:30s Timeout:5s StartPeriod:10s StartInterval:0s Retries:3}
CMD ["sh" "./entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.created 2026-05-13T03:50:35.268Z
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://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.14
Details
Container
2026-05-26 15:43:04 +00:00
2
OCI / Docker
linux/amd64
NOASSERTION
619 MiB
Versions (3) View all
latest 2026-05-26
dev 2026-05-26