postgresql (sha256:2249be8af514a6ef0c14024b280f998b445ae2f543bdc2e4bff76cca91012ca5)

Published 2023-08-16 16:05:42 +00:00 by panel in Sutty/containers-postgresql

Installation

docker pull gitea.nulo.in/sutty/postgresql@sha256:2249be8af514a6ef0c14024b280f998b445ae2f543bdc2e4bff76cca91012ca5
sha256:2249be8af514a6ef0c14024b280f998b445ae2f543bdc2e4bff76cca91012ca5

Image Layers

ADD file:6dd87346b8be240b21b4f4d9296253bf0d28b6579aa52d2118872e3936963b6b in /
CMD ["/bin/sh"]
ARG ALPINE_VERSION
MAINTAINER "f <f@sutty.nl>"
ENV EMAIL=monit@sutty.nl
ENV EMAIL_FROM=monit@sutty.nl
ENV MMONIT=mmmonit.athshe.sutty.nl
ENV CREDENTIALS=mmmonit:mmmonit.athshe.sutty.nl
ENV LANG=C.UTF-8
RUN |1 ALPINE_VERSION=3.17.5 /bin/sh -c echo ${ALPINE_VERSION} | cut -d . -f 1,2 | xargs -I {} echo https://alpine.sutty.nl/alpine/v{}/sutty | tee -a /etc/apk/repositories # buildkit
RUN |1 ALPINE_VERSION=3.17.5 /bin/sh -c wget https://alpine.sutty.nl/alpine/sutty.pub -O /etc/apk/keys/alpine@sutty.nl-5ea884cd.rsa.pub # buildkit
RUN |1 ALPINE_VERSION=3.17.5 /bin/sh -c apk add --no-cache tini monit knsupdate # buildkit
COPY /usr/share/zoneinfo/UTC /etc/localtime # buildkit
RUN |1 ALPINE_VERSION=3.17.5 /bin/sh -c install -dm 2750 -o root -g root /etc/monit.d # buildkit
RUN |1 ALPINE_VERSION=3.17.5 /bin/sh -c install -dm 2750 -o root -g root /etc/monit.d/external/ # buildkit
RUN |1 ALPINE_VERSION=3.17.5 /bin/sh -c install -dm 2750 -o root -g root /var/lib/monit # buildkit
COPY /etc/monitrc /etc/monitrc # buildkit
COPY ./nsupdate.sh /usr/local/bin/nsupdate # buildkit
COPY ./whatsmyip6.sh /usr/local/bin/whatsmyip6 # buildkit
COPY ./syslogize.sh /usr/local/bin/syslogize # buildkit
COPY ./zeroconf.sh /usr/local/bin/zeroconf # buildkit
COPY ./zeroconf.conf /etc/zeroconf.conf # buildkit
EXPOSE map[2812/tcp:{}]
ENTRYPOINT ["/sbin/tini" "--"]
CMD ["/usr/bin/monit"]
MAINTAINER "f <f@sutty.nl>"
ARG PG_VERSION=13
ARG PG_VERSION_APPENDED
ARG PG_VERSION_FULL
ENV PGVER=12
ENV PGBASE=/var/lib/postgresql
ENV PGDATA=/var/lib/postgresql/12/data
ENV PAGER=less -niSFX
RUN |3 PG_VERSION=12 PG_VERSION_APPENDED=12 PG_VERSION_FULL=12.16 /bin/sh -c apk add --no-cache postgresql${PG_VERSION_APPENDED}~${PG_VERSION_FULL} postgresql${PG_VERSION_APPENDED}-contrib daemonize less # buildkit
RUN |3 PG_VERSION=12 PG_VERSION_APPENDED=12 PG_VERSION_FULL=12.16 /bin/sh -c install -dm 750 -o postgres -g postgres /etc/postgres.d # buildkit
COPY ./monit.conf /etc/monit.d/postgresql.conf # buildkit
COPY ./postgresqld.sh /usr/local/bin/postgresqld # buildkit
COPY ./postgresql.conf /etc/postgres.d/postgresql.conf # buildkit
EXPOSE map[5432/tcp:{}]
VOLUME [/var/lib/postgresql]

Labels

Key Value
org.opencontainers.image.created 2023-08-16T16:04:33Z
org.opencontainers.image.revision b05361ae18fcffaf7c4c2096b0cac431d677900e
org.opencontainers.image.source https://gitea.nulo.in/Sutty/containers-postgresql.git
org.opencontainers.image.url https://gitea.nulo.in/Sutty/containers-postgresql
Details
Container
2023-08-16 16:05:42 +00:00
0
OCI / Docker
linux/amd64
18 MiB
Versions (25) View all
3.19.4-13 2024-10-29
3.20.3-14 2024-10-29
3.20.3-15 2024-10-29
3.20.3-16 2024-10-29
3.19.2-13 2024-06-21