postgresql-repmgr-buildingos (16.0.1)

Published 2026-05-22 19:01:20 +00:00 by zhenghe

Installation

docker pull git.geeqee.com/zhenghe/postgresql-repmgr-buildingos:16.0.1
sha256:db2d697816d0ab5460c87ce4760c52355487cfb639037a471d01966aa3f27da1

About this package

Application packaged by Broadcom, Inc.

Image Layers

crane flatten sha256:23956134f32a0e44d7b2ba5108541e2fc45c9c1aae576da2d8d50543a486e79f
USER 0
ARG PG_MAJOR=16
ARG PGVECTOR_VERSION=v0.8.0
ENV DEBIAN_FRONTEND=noninteractive
ENV POSTGRESQL_SHARED_PRELOAD_LIBRARIES=timescaledb,pg_cron,pg_stat_statements
|2 PGVECTOR_VERSION=v0.8.0 PG_MAJOR=16 /bin/bash -o errexit -o nounset -o pipefail -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl gnupg git make gcc libc6-dev lsb-release wget && mkdir -p /etc/apt/keyrings && curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor -o /etc/apt/keyrings/pgdg.gpg && . /etc/os-release && echo "deb [signed-by=/etc/apt/keyrings/pgdg.gpg] https://apt.postgresql.org/pub/repos/apt ${VERSION_CODENAME}-pgdg main" > /etc/apt/sources.list.d/pgdg.list && curl -fsSL https://packagecloud.io/timescale/timescaledb/gpgkey | gpg --dearmor -o /etc/apt/keyrings/timescaledb.gpg && echo "deb [signed-by=/etc/apt/keyrings/timescaledb.gpg] https://packagecloud.io/timescale/timescaledb/debian/ ${VERSION_CODENAME} main" > /etc/apt/sources.list.d/timescaledb.list && apt-get update && apt-get install -y --no-install-recommends postgresql-contrib-${PG_MAJOR} postgresql-server-dev-${PG_MAJOR} postgresql-${PG_MAJOR}-cron postgresql-${PG_MAJOR}-postgis-3 postgresql-${PG_MAJOR}-postgis-3-scripts timescaledb-2-postgresql-${PG_MAJOR} && git clone --branch ${PGVECTOR_VERSION} --depth 1 https://github.com/pgvector/pgvector.git /tmp/pgvector && make -C /tmp/pgvector PG_CONFIG=/usr/lib/postgresql/${PG_MAJOR}/bin/pg_config && make -C /tmp/pgvector install PG_CONFIG=/usr/lib/postgresql/${PG_MAJOR}/bin/pg_config && rm -rf /tmp/pgvector && mkdir -p /opt/bitnami/postgresql/lib /opt/bitnami/postgresql/share/extension && cp -a /usr/lib/postgresql/${PG_MAJOR}/lib/timescaledb*.so /opt/bitnami/postgresql/lib/ && cp -a /usr/lib/postgresql/${PG_MAJOR}/lib/pg_cron.so /opt/bitnami/postgresql/lib/ && cp -a /usr/lib/postgresql/${PG_MAJOR}/lib/pg_stat_statements.so /opt/bitnami/postgresql/lib/ && cp -a /usr/lib/postgresql/${PG_MAJOR}/lib/vector.so /opt/bitnami/postgresql/lib/ && cp -a /usr/lib/postgresql/${PG_MAJOR}/lib/*postgis*.so /opt/bitnami/postgresql/lib/ && (cp -a /usr/lib/postgresql/${PG_MAJOR}/lib/address_standardizer*.so /opt/bitnami/postgresql/lib/ || true) && cp -a /usr/share/postgresql/${PG_MAJOR}/extension/timescaledb* /opt/bitnami/postgresql/share/extension/ && cp -a /usr/share/postgresql/${PG_MAJOR}/extension/pg_cron* /opt/bitnami/postgresql/share/extension/ && cp -a /usr/share/postgresql/${PG_MAJOR}/extension/pg_stat_statements* /opt/bitnami/postgresql/share/extension/ && cp -a /usr/share/postgresql/${PG_MAJOR}/extension/vector* /opt/bitnami/postgresql/share/extension/ && cp -a /usr/share/postgresql/${PG_MAJOR}/extension/postgis* /opt/bitnami/postgresql/share/extension/ && (cp -a /usr/share/postgresql/${PG_MAJOR}/extension/address_standardizer* /opt/bitnami/postgresql/share/extension/ || true) && (cp -a /usr/share/postgresql/${PG_MAJOR}/extension/fuzzystrmatch* /opt/bitnami/postgresql/share/extension/ || true) && apt-get purge -y git make gcc libc6-dev postgresql-server-dev-${PG_MAJOR} && apt-get autoremove -y && mkdir -p /home/bitnami && grep -q '^bitnami:x:1001:0:' /etc/passwd || echo 'bitnami:x:1001:0:bitnami user:/home/bitnami:/bin/bash' >> /etc/passwd && chown -R 1001:0 /home/bitnami /opt/bitnami/postgresql/lib /opt/bitnami/postgresql/share/extension && apt-get clean && rm -rf /var/lib/apt/lists/*
USER 1001

Labels

Key Value
com.vmware.cp.artifact.flavor sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83
org.opencontainers.image.base.name docker.io/bitnami/minideb:bookworm
org.opencontainers.image.created 2024-09-10T12:11:48Z
org.opencontainers.image.description Application packaged by Broadcom, Inc.
org.opencontainers.image.documentation https://github.com/bitnami/containers/tree/main/bitnami/postgresql-repmgr/README.md
org.opencontainers.image.licenses Apache-2.0
org.opencontainers.image.ref.name 16.4.0-debian-12-r13
org.opencontainers.image.source https://github.com/bitnami/containers/tree/main/bitnami/postgresql-repmgr
org.opencontainers.image.title postgresql-repmgr
org.opencontainers.image.vendor Broadcom, Inc.
org.opencontainers.image.version 16.4.0
Details
Container
2026-05-22 19:01:20 +00:00
0
OCI / Docker
linux/amd64
Apache-2.0
762 MiB
Versions (1) View all
16.0.1 2026-05-22