ragebait (0.1.1)
Installation
docker pull forge.blck-hosting.de/black/ragebait:0.1.1sha256:c84e7f2518e7efcf5fcdcf865a1d22fe320e6e9f8f0a3f634532222d8724dfbeAbout this package
Deno Docker image (Debian)
Image layers
| # debian.sh --arch 'amd64' out/ 'stable' '@1779062400' |
| RUN /bin/sh -c useradd --uid 1993 --user-group deno && mkdir /deno-dir/ && chown deno:deno /deno-dir/ # buildkit |
| ENV DENO_USE_CGROUPS=1 |
| ENV DENO_DIR=/deno-dir/ |
| ENV DENO_INSTALL_ROOT=/usr/local |
| ARG DENO_VERSION=2.8.2 |
| ENV DENO_VERSION=2.8.2 |
| COPY /deno /usr/bin/deno # buildkit |
| COPY /tini /tini # buildkit |
| LABEL org.opencontainers.image.title=Deno org.opencontainers.image.description=Deno Docker image (Debian) org.opencontainers.image.url=https://github.com/denoland/deno_docker org.opencontainers.image.source=https://github.com/denoland/deno_docker org.opencontainers.image.licenses=MIT org.opencontainers.image.version=2.8.2 |
| COPY ./_entry.sh /usr/local/bin/docker-entrypoint.sh # buildkit |
| RUN |1 DENO_VERSION=2.8.2 /bin/sh -c chmod 755 /usr/local/bin/docker-entrypoint.sh # buildkit |
| ENTRYPOINT ["/tini" "--" "docker-entrypoint.sh"] |
| CMD ["eval" "console.log('Welcome to Deno!')"] |
| LABEL org.opencontainers.image.source=https://forge.blck-hosting.de/BLACK/ragebait |
| WORKDIR /app |
| COPY deno.json deno.lock package.json* ./ # buildkit |
| RUN /bin/sh -c deno ci --prod --skip-types # buildkit |
| COPY . . # buildkit |
| EXPOSE [8080/tcp] |
| CMD ["deno" "run" "--allow-net" "--allow-read" "--allow-write" "main.ts"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.description | Deno Docker image (Debian) |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.source | https://forge.blck-hosting.de/BLACK/ragebait |
| org.opencontainers.image.title | Deno |
| org.opencontainers.image.url | https://github.com/denoland/deno_docker |
| org.opencontainers.image.version | 2.8.2 |
Details
2026-06-06 09:57:56 +02:00
Versions (2)
View all
Container
3
OCI / Docker
linux/amd64
MIT
73 MiB