Subculture-Collective

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

Chicago IL, USA

clustr-crawler (419723eca6803caa0dc6ef0a6617badf37182663)

Published 2026-08-14 18:25:24 -05:00 by PatrickFanella

Installation

docker pull git.subcult.tv/subculture-collective/clustr-crawler:419723eca6803caa0dc6ef0a6617badf37182663
sha256:6d6922dfc3f952ee4c15425cee04786e99ca434ad5b91790f09da3e81c930208

Images

Digest OS / Arch Size
9e17d00609 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 18:25:24 -05:00
1
OCI / Docker
Versions (2) View all