pile-of-shame/postgres/cache (fd008d4b696a3f5cd8e0915d1a7ca69e3484ea06d1b4f60e11a05e0b35832722)

Published 2026-04-12 20:43:48 +02:00 by rinma

Installation

docker pull git.over-world.org/rinma/pile-of-shame/postgres/cache:fd008d4b696a3f5cd8e0915d1a7ca69e3484ea06d1b4f60e11a05e0b35832722
sha256:79c371ed47ef18e083408cb51d3fea6d5ba725ce4d2d151880808c4b7366d287

Image layers

RUN apk add --no-cache --virtual .build-deps build-base clang19 llvm19-dev && wget -qO- "https://github.com/citusdata/pg_cron/archive/refs/tags/v${PG_CRON_VERSION}.tar.gz" | tar -xz -C /tmp && cd "/tmp/pg_cron-${PG_CRON_VERSION}" && make && make install && cd / && rm -rf "/tmp/pg_cron-${PG_CRON_VERSION}" && apk del .build-deps