entaksi-pgauto/pgnode (pg17-master)

Published 2026-02-27 16:04:07 +00:00 by stefano

Installation

docker pull forge.entaksi.net/stefano/entaksi-pgauto/pgnode:pg17-master
sha256:cdbd8f7aef3ba8c309e3aa2d7c2c82e23a835b2797c34b1c0f9bd9eca794fac5

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:52c0e467fa2e92f101018df01a0ff56580c752b7553fbe6df88e16b02af6d4ee in /
CMD ["/bin/bash"]
LABEL Description=Immagine per il nodo pg_auto_failover che gestisce il cluster
LABEL maintainer=Entaksi Solutions SpA
LABEL version=2.0.8
ARG PG_VERSION=17
ENV LANG=C.UTF-8
ENV LC_ALL=C.UTF-8
ENV PSQL_MAX_CONNECTIONS=100
ENV PGDATA=/var/lib/postgresql/pgdata
ENV PG_VERSION=17
USER root
RUN |1 PG_VERSION=17 /bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -qq -y install curl nano tzdata && curl -sSkL https://install.citusdata.com/community/deb.sh | bash && ln -fs /usr/share/zoneinfo/Europe/Rome /etc/localtime && dpkg-reconfigure --frontend noninteractive tzdata && apt-get -qq -y install pg-auto-failover-cli "postgresql-$PG_VERSION-auto-failover" "postgresql-$PG_VERSION" && apt-get clean # buildkit
COPY common/scripts/ postgres/scripts/ /srv/scripts/ # buildkit
RUN |1 PG_VERSION=17 /bin/sh -c chmod -R 0755 /srv/scripts # buildkit
USER postgres
ENTRYPOINT ["/srv/scripts/entrypoint.sh"]

Labels

Key Value
Description Immagine per il nodo pg_auto_failover che gestisce il cluster
maintainer Entaksi Solutions SpA
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
version 2.0.8
Details
Container
2026-02-27 16:04:07 +00:00
0
OCI / Docker
linux/amd64
180 MiB
Versions (6) View all
pg17-master 2026-02-27
pg16-master 2026-02-27
pg13-master 2026-02-27
17-master 2026-02-27
16-master 2026-02-27