kemonofront (latest)
Published 2025-12-21 12:53:39 +01:00 by ripples1253
Installation
docker pull git.ripples.gay/teamfrog/kemonofront:latestsha256:cd0aca594bf0f4d497b31473eaac0c3e69daa41ac3d4e1b99c4daea91c6c1a16About this package
A kemono proxy with lots of QoL. And bad code. Alloooooot of bad code.
Image layers
| ADD alpine-minirootfs-3.22.2-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 |
| ENV NODE_ENV=production |
| COPY /app/out ./out # buildkit |
| COPY /app/package.json ./package.json # buildkit |
| COPY /app/bun.lock ./bun.lock # buildkit |
| RUN /bin/sh -c bun install --frozen-lockfile --production # buildkit |
| RUN /bin/sh -c rm ./package.json # buildkit |
| RUN /bin/sh -c rm ./bun.lock # buildkit |
| RUN /bin/sh -c rm -rf /sbin/apk /etc/apk /lib/apk /usr/share/apk /var/cache/apk # buildkit |
| EXPOSE [3000/tcp] |
| CMD ["bun" "run" "out/index.js"] |
| LABEL org.opencontainers.image.title=KemonoFront org.opencontainers.image.description=A kemono proxy with lots of QoL. And bad code. Alloooooot of bad code. org.opencontainers.image.source=https://github.com/PeeblyWeeb/kemonofront org.opencontainers.image.vendor=PeeblyWeeb org.opencontainers.image.authors=Ripley White <rip@salamithecat.com>, PeeblyWeeb <PeeblyWeeb@salamithecat.com> |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.authors | Ripley White <rip@salamithecat.com>, PeeblyWeeb <PeeblyWeeb@salamithecat.com> |
| org.opencontainers.image.created | 2025-12-17T16:57:20.167Z |
| org.opencontainers.image.description | A kemono proxy with lots of QoL. And bad code. Alloooooot of bad code. |
| org.opencontainers.image.licenses | NOASSERTION |
| org.opencontainers.image.revision | fa5a5bbe556a4bda5bde77b4013aa6c3bb4ec9ab |
| org.opencontainers.image.source | https://github.com/PeeblyWeeb/kemonofront |
| org.opencontainers.image.title | KemonoFront |
| org.opencontainers.image.url | https://github.com/oven-sh/bun |
| org.opencontainers.image.vendor | PeeblyWeeb |
| org.opencontainers.image.version | 1.3.5-alpine |