KptltD00M
  • Joined on 2026-04-27

backerup (latest)

Published 2026-05-27 21:32:39 +00:00 by KptltD00M in KptltD00M/backerup-releases

Installation

docker pull gitea.doomlabs.de/kptltd00m/backerup:latest
sha256:d0cd226612d6a27c2757da39b49a1ed2bbf349315b78ce891147173dfde645e1

About this package

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1775433600'
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"]
/bin/sh -c apt-get update && apt-get install -y --no-install-recommends nginx supervisor && rm -rf /var/lib/apt/lists/*
COPY dir:7cbffa02a4377de5ec63c4efe289f9914cf597511df3ab28c467234106bab554 in /var/www/html
WORKDIR /app/backend
COPY dir:e3fdb13002738adb8dd5305731865f080b8441f9c31348669d2159a9951086ed in ./dist
COPY dir:93207a4b9fe257bf701c02596b5b9fb57779d4b1a537135357f6509e42b2b69f in ./node_modules
COPY file:59d5d7a2cd6f526dff7774fc3dcee89d3668acac6b39be746d5fc3d3b819ffcf in ./
COPY file:286acba3a9acaa92ae15ec6df82fa8f1fccc5e0bab65c2401c836222f17a7ea0 in /etc/nginx/sites-enabled/default
COPY file:95c45c27b67f14e8cf86d41cd64390cf84f3d5011b75454762cd7235c22a407f in /etc/supervisor/conf.d/backerup.conf
/bin/sh -c rm -f /etc/nginx/sites-enabled/default.bak 2>/dev/null || true
ENV ADMIN_USERNAME=admin JWT_EXPIRY=24h CORS_ORIGINS=
EXPOSE 80
CMD ["/usr/bin/supervisord" "-n" "-c" "/etc/supervisor/supervisord.conf"]

Labels

Key Value
org.opencontainers.image.created 2026-04-20T08:09:53.259Z
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 bf2e2cecf27e800962b1e7f03d66278f9d5d2e79
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.13
Details
Container
2026-05-27 21:32:39 +00:00
16
OCI / Docker
linux/amd64
NOASSERTION
113 MiB
Versions (1) View all
latest 2026-05-27