Subculture-Collective

Tools, art, and infrastructure for digital subcultures. At the intersections of technology, media, and radical imagination.

Chicago IL, USA

clustr-crawler (99e4b75ce535c753c0e782670aba22f1142039af)

Published 2026-08-14 15:47:33 -05:00 by PatrickFanella

Installation

docker pull git.subcult.tv/subculture-collective/clustr-crawler:99e4b75ce535c753c0e782670aba22f1142039af
sha256:0c128eb9fb6024dce85b028d8f6e3720d8a2b309f4946ae5064f0ef49fdd4818

Images

Digest OS / Arch Size
8e7fb430ff linux/amd64 56 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'
WORKDIR /app
RUN /bin/sh -c apt-get update && apt-get install -y curl gnupg2 jq && curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor -o /usr/share/keyrings/postgresql-keyring.gpg && echo "deb [signed-by=/usr/share/keyrings/postgresql-keyring.gpg] http://apt.postgresql.org/pub/repos/apt bookworm-pgdg main" > /etc/apt/sources.list.d/pgdg.list && apt-get update && apt-get install -y postgresql-client-17 && rm -rf /var/lib/apt/lists/* # buildkit
COPY /app/crawler . # buildkit
CMD ["./crawler"]
Details
Container
2026-08-14 15:47:33 -05:00
1
OCI / Docker
Versions (2) View all