coffee-notifier (sha256:673d1d3a2684630aefa770f01fcfd7da0aab5dcd9fc4b6141ced7ff9455abff7)
Published 2024-08-11 14:08:04 +00:00 by joshuacoles
Installation
docker pull git.joshuacoles.me/joshuacoles/coffee-notifier@sha256:673d1d3a2684630aefa770f01fcfd7da0aab5dcd9fc4b6141ced7ff9455abff7sha256:673d1d3a2684630aefa770f01fcfd7da0aab5dcd9fc4b6141ced7ff9455abff7About this package
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
Image Layers
| ADD file:4a10978248445fe045fc2859ce867988ab71bd2281ad7d88b62597252642a56b in / |
| 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 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 && 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 /usr/src/app |
| COPY /temp/prod/node_modules node_modules # buildkit |
| COPY /usr/src/app/index.ts . # buildkit |
| COPY /usr/src/app/package.json . # buildkit |
| USER bun |
| ENTRYPOINT ["bun" "run" "index.ts"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2024-08-07T22:57:43.283Z |
| 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 | d74a192345890e235b5e6dead080235c1917f44b |
| 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.1.22-alpine |