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

Published 2026-06-08 05:13:15 +02:00 by rinma

Installation

docker pull git.over-world.org/rinma/pile-of-shame/postgres/cache:e2f456b0ffc8c3c8bccf1bd707e449eab39d72f469dc8959fab0b04ce9895e52
sha256:491d7b45d46a8bb1b314777d3d065859795244140c4ff130d76f9f57035ae6fe

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