Skip to content

Instantly share code, notes, and snippets.

View ImreSamu's full-sized avatar

ImreSamu ImreSamu

View GitHub Profile
# Docker image for PL/Julia.
#
# Build on top of an official Debian-based PostgreSQL image and keep the
# resulting image as close as practical to the upstream postgres image.
# In particular, avoid changing inherited defaults such as the working
# directory unless there is a clear need.
#
# Supported base images:
# https://hub.docker.com/_/postgres
# Example tags: postgres:14 .. postgres:18, and Debian-based variants.