Vincent Lannurien vincent
  • Brest, France
  • https://vincentlannurien.com/
  • everything you see in here is either haunted, cursed, or has been used in some kind of ritualistic practice

  • Joined on 2026-01-16

flouze.news (latest)

Published 2026-07-17 18:09:14 +02:00 by vincent

Installation

docker pull git.sqrt.fr/vincent/flouze.news:latest
sha256:9a88185eb2049bf53f2abd4e48ee8e9c4cd4d4eca032b8f1e4f78e8a0eeef5fa

Images

Digest OS / Arch Size
830fb7e8fb linux/amd64 75 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'stable' '@1782172800'
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.9.0
ENV DENO_VERSION=2.9.0
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.9.0
COPY ./_entry.sh /usr/local/bin/docker-entrypoint.sh # buildkit
RUN |1 DENO_VERSION=2.9.0 /bin/sh -c chmod 755 /usr/local/bin/docker-entrypoint.sh # buildkit
ENTRYPOINT ["/tini" "--" "docker-entrypoint.sh"]
CMD ["eval" "console.log('Welcome to Deno!')"]
WORKDIR /app
COPY api/ ./api/ # buildkit
COPY /repo/client/dist ./client/dist # buildkit
COPY docker/entrypoint.sh /entrypoint.sh # buildkit
WORKDIR /app/api
RUN /bin/sh -c deno cache main.ts db/migrate.ts jobs/scheduler.ts # buildkit
ENV CLIENT_DIST=/app/client/dist
ENV PORT=8000
EXPOSE [8000/tcp]
ENTRYPOINT ["/entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.description Deno Docker image (Debian)
org.opencontainers.image.licenses MIT
org.opencontainers.image.source https://github.com/denoland/deno_docker
org.opencontainers.image.title Deno
org.opencontainers.image.url https://github.com/denoland/deno_docker
org.opencontainers.image.version 2.9.0
Details
Container
2026-07-17 18:09:14 +02:00
0
OCI / Docker
Versions (1) View all
latest 2026-07-17