Block a user
crowdsec-dashboard (latest)
Published 2026-08-31 22:05:51 +00:00 by janhouse
Installation
docker pull git.janhouse.lv/janhouse/crowdsec-dashboard:latestsha256:724160c951599ff48b6e1d7cb40d6442c018a782b1bac2aaa5d9cfbe1bc6c835
About this package
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
Image Layers
| ADD alpine-minirootfs-3.22.5-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 |
| ENV NEXT_TELEMETRY_DISABLED=1 |
| RUN /bin/sh -c addgroup --system --gid 1001 nodejs && adduser --system --uid 1001 nextjs # buildkit |
| COPY /app/public ./public # buildkit |
| COPY /app/.next/standalone ./ # buildkit |
| COPY /app/.next/static ./.next/static # buildkit |
| COPY /app/.next/BUILD_ID ./.next/BUILD_ID # buildkit |
| COPY ./db/migrations/ ./db/migrations # buildkit |
| RUN /bin/sh -c chown -R nextjs:nodejs /app/.next # buildkit |
| USER nextjs |
| EXPOSE [3000/tcp] |
| ENV PORT=3000 |
| ENV HOSTNAME=0.0.0.0 |
| HEALTHCHECK {Test:[CMD-SHELL wget --no-verbose --tries=1 --spider http://127.0.0.1:3000/login || exit 1] Interval:10s Timeout:5s StartPeriod:5s StartInterval:0s Retries:3} |
| CMD ["bun" "--bun" "server.js"] |
Labels
| Key | Value |
|---|---|
| com.docker.compose.project | docker |
| com.docker.compose.service | web |
| com.docker.compose.version | 5.3.1 |
| org.opencontainers.image.created | 2026-08-20T14:09:22.661Z |
| 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 | 34cbb9a40b4bd1bd767d134a7065e66c2432a676 |
| 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.4.0-alpine |