ragebait (0.1.0)

Published 2026-06-06 09:37:15 +02:00 by BLACK in BLACK/ragebait

Installation

docker pull forge.blck-hosting.de/black/ragebait:0.1.0
sha256:65d24a1706861f4eeddee6abe8054bf6641f503d6c5e2bc35d184966c8cb4822

About 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
USER deno
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
Container
2026-06-06 09:37:15 +02:00
1
OCI / Docker
linux/amd64
MIT
73 MiB
Versions (2) View all
0.1.1 2026-06-06
0.1.0 2026-06-06