goontility (1.1.0)

Published 2025-12-28 12:00:58 +01:00 by peeblyweeb

Installation

docker pull git.ripples.gay/peeblyweeb/goontility:1.1.0
sha256:a2b6b8684a871c963fb2ff9df19ea41142d28b9cc1865a33c6c632054d805d21

About 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 dir:4b277ee01302521ad2aa1ffac85c649c4bc7344f59c56064c19fff43f9610394 in ./out
COPY file:64352e7f801b907c0f5bc0e0b290ab635d7f9998e820053f41fc2d13a7a20d4c in ./package.json
COPY file:4f9489d36973f6741e7ee1f4e1fbd2e7e9af7cb5262e99b1c41837ac087444bc in ./bun.lock
/bin/sh -c bun install --frozen-lockfile --production
/bin/sh -c rm ./package.json
/bin/sh -c rm ./bun.lock
/bin/sh -c addgroup -S kemonofront && adduser -S kemonofront -G kemonofront
/bin/sh -c chown kemonofront:kemonofront out --recursive
/bin/sh -c rm -rf /sbin/apk /etc/apk /lib/apk /usr/share/apk /var/cache/apk
USER kemonofront
EXPOSE 3000
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
Details
Container
2025-12-28 12:00:58 +01:00
2
OCI / Docker
linux/amd64
Ripley White <rip@salamithecat.com>, PeeblyWeeb <PeeblyWeeb@salamithecat.com>
NOASSERTION
63 MiB
Versions (8) View all
latest 2025-12-30
1.1.4 2025-12-30
1.1.3 2025-12-29
1.1.2 2025-12-29
1.1.1 2025-12-29