subito-scraper (latest)

Published 2026-05-13 21:42:35 +00:00 by 0d0acre

Installation

docker pull git.lattuga.net/0d0acre/subito-scraper:latest
sha256:44ac78d8cea1d9c633c02bb63d93bcb11cf0e79892dd6331fbf4f6873f773319

About this package

Deno Docker image (Debian)

Image layers

# debian.sh --arch 'amd64' out/ 'stable' '@1776729600'
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.7.14
ENV DENO_VERSION=2.7.14
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.7.14
COPY ./_entry.sh /usr/local/bin/docker-entrypoint.sh # buildkit
RUN |1 DENO_VERSION=2.7.14 /bin/sh -c chmod 755 /usr/local/bin/docker-entrypoint.sh # buildkit
ENTRYPOINT ["/tini" "--" "docker-entrypoint.sh"]
CMD ["eval" "console.log('Welcome to Deno!')"]
RUN /bin/sh -c apt update && apt install -y bash jq curl wget && apt clean # buildkit
USER deno
WORKDIR /app
RUN /bin/sh -c chown -R :deno /app # buildkit
RUN /bin/sh -c chmod 755 /app # buildkit
COPY parse.ts . # buildkit
RUN /bin/sh -c deno install --entrypoint parse.ts # buildkit
COPY ./scrape.sh . # buildkit
COPY ./scrape_and_notify.sh . # buildkit
RUN /bin/sh -c deno cache parse.ts # buildkit
RUN /bin/sh -c wget https://github.com/lwthiker/curl-impersonate/releases/download/v0.6.1/curl-impersonate-v0.6.1.x86_64-linux-gnu.tar.gz && tar xvf curl-impersonate-v0.6.1.x86_64-linux-gnu.tar.gz # buildkit
CMD ["tailf" "-f" "/dev/null"]

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.7.14
Details
Container
2026-05-13 21:42:35 +00:00
5
OCI / Docker
linux/amd64
MIT
109 MiB
Versions (1) View all
latest 2026-05-13