Block a user
domainredirect (latest)
Installation
docker pull git.cbraaten.dev/caleb/domainredirect:latestsha256:7c411d9e5c3276828f7595656ef55af97d78c382e2b628e350a431e0cfc9e865
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 1360e88397 | linux/amd64 | 44 MiB |
| 2fd9174a61 | linux/arm64 | 49 MiB |
Image Layers ( linux/arm64)
| ADD file:d8a30995bbcd627f084912c728fda5483b6ba486de25af588a0956069d0bd7ad in / |
| CMD ["/bin/sh"] |
| ARG BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 |
| ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 |
| COPY /tmp/glibc.apk /tmp/ # buildkit |
| COPY /tmp/glibc-bin.apk /tmp/ # buildkit |
| COPY /usr/local/bin/bun /usr/local/bin/ # buildkit |
| COPY docker-entrypoint.sh /usr/local/bin/ # buildkit |
| RUN |1 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 /bin/sh -c addgroup -g 1000 bun && adduser -u 1000 -G bun -s /bin/sh -D bun && apk --no-cache --force-overwrite --allow-untrusted add /tmp/glibc.apk /tmp/glibc-bin.apk && rm /tmp/glibc.apk && rm /tmp/glibc-bin.apk && 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"] |
| WORKDIR /app/ |
| COPY ./ ./ # buildkit |
| EXPOSE map[8080/tcp:{}] |
| ENV NODE_ENV=production |
| CMD ["bun" "run" "./index.js"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2024-01-21T14:41:10.960Z |
| org.opencontainers.image.description | Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 353f724a9cd12d1749e974e92bbc47d9138a6601 |
| 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.0.25-alpine |