This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM postgres:15-alpine | |
LABEL maintainer="Jordan Gould <[email protected]>" | |
# Based on https://github.com/andreaswachowski/docker-postgres/blob/master/initdb.sh | |
ENV PG_JOBMON_VERSION v1.4.1 | |
ENV PG_PARTMAN_VERSION v4.7.1 | |
# Install pg_jobmon | |
RUN set -ex \ | |
\ |