David Jeffers DaJeffers

crunchy-postgres-vchord (ubi9-17.5-2520_arm64)

Published 2025-08-08 21:17:47 +00:00 by DaJeffers

Installation

docker pull git.sadmin.pro/dajeffers/crunchy-postgres-vchord:ubi9-17.5-2520_arm64
sha256:cad18904aa39f02025e178d139b44b38c85ff327bef3363b4263e035bf602b35

Image Layers

LABEL maintainer="Red Hat, Inc."
LABEL vendor="Red Hat, Inc."
LABEL url="https://www.redhat.com"
LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.5" distribution-scope="public"
LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
LABEL io.k8s.description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
LABEL io.openshift.expose-services=""
LABEL io.openshift.tags="minimal rhel9"
ENV container oci
COPY dir:37e2781211ed66b85e838f75f63c4036aeedc358075b7ac677bbe4ad43998692 in /
COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
CMD ["/bin/bash"]
/bin/sh -c . /cachi2/cachi2.env && rm -rf /var/log/*
COPY file:0667e9d31385a24c3aef13f2dd9ab6a7b71b3dfcfef5127d3c1e2ea2c838e5cb in /usr/share/buildinfo/content-sets.json
LABEL "build-date"="2025-04-28T15:48:27" "architecture"="aarch64" "vcs-type"="git" "vcs-ref"="f072486a5ead2d7d882ba4af2ce72e19cce20791" "release"="1745855087"
/bin/sh
COPY dir:09d3b9a1ba36519a615c6b001206c9a1dc22d54ecc57bf880f7f14d0eff44487 in /licenses
ARG PATRONI_VERSION
ARG PATRONI_VERSION PGBACKREST_VERSION
ARG PATRONI_VERSION PGBACKREST_VERSION POSTGRES_VERSION
ARG BASE_VERSION PATRONI_VERSION PGBACKREST_VERSION POSTGRES_VERSION
|4 BASE_VERSION=ubi9 PATRONI_VERSION=4.0.4 PGBACKREST_VERSION=2.54.2 POSTGRES_VERSION=17.5 /bin/sh -c POSTGRES_VERSION="${POSTGRES_VERSION%.*}" PYTHON_STREAM=3 && { microdnf --assumeyes module disable postgresql || true; } && microdnf reinstall -y --nodocs 'tzdata' && rpm -ivh "https://dl.fedoraproject.org/pub/epel/epel-release-latest-${BASE_VERSION##ubi}.noarch.rpm" && microdnf install -y --nodocs --setopt install_weak_deps=0 --enablerepo='epel' 'bind-utils' 'bzip2' 'hostname' 'iproute' 'less' 'lz4' 'tar' 'unzip' 'gettext' 'glibc-langpack-en' 'krb5-workstation' 'nss_wrapper-libs' 'openldap' 'openssl' 'procps-ng' 'vim-minimal' "crunchy-backrest-${PGBACKREST_VERSION}" "orafce_${POSTGRES_VERSION}" "passwordpolicy${POSTGRES_VERSION}" "pg_cron_${POSTGRES_VERSION}-llvmjit" "pg_partman_${POSTGRES_VERSION}" "pgaudit_analyze" "pgaudit${POSTGRES_VERSION}" "pgaudit${POSTGRES_VERSION}_set_user" "pgnodemx${POSTGRES_VERSION}" "pgvector_${POSTGRES_VERSION}-llvmjit" "postgresql${POSTGRES_VERSION}" "postgresql${POSTGRES_VERSION}-contrib" "postgresql${POSTGRES_VERSION}-llvmjit" "postgresql${POSTGRES_VERSION}-plpython*" "postgresql${POSTGRES_VERSION}-server" `printf '12\n'${POSTGRES_VERSION}'\n17' | sort -VC && echo timescaledb_${POSTGRES_VERSION}` `printf '14\n'${POSTGRES_VERSION}'\n17' | sort -VC && echo pg_parquet_${POSTGRES_VERSION}` "pg_jobmon_${POSTGRES_VERSION}" "hypopg_${POSTGRES_VERSION}" "hypopg_${POSTGRES_VERSION}-llvmjit" "wal2json_${POSTGRES_VERSION}-llvmjit" "python${PYTHON_STREAM}-pip" "python${PYTHON_STREAM}-psutil" "python${PYTHON_STREAM}-psycopg2" && microdnf clean all && rm -f /etc/yum.repos.d/redhat.repo && python3 -m pip install --no-cache-dir setuptools && python3 -m pip install --no-cache-dir "patroni[kubernetes,jsonlogger]==${PATRONI_VERSION}" $(if printf '%s\n3.3.0' "${PATRONI_VERSION}" | sort -uVC; then echo 'ydiff<1.3'; fi)
ENV LANG='en_US.utf-8' LC_ALL='en_US.utf-8' PAGER='less'
|4 BASE_VERSION=ubi9 PATRONI_VERSION=4.0.4 PGBACKREST_VERSION=2.54.2 POSTGRES_VERSION=17.5 /bin/sh -c rm -rf /var/spool/pgbackrest
|4 BASE_VERSION=ubi9 PATRONI_VERSION=4.0.4 PGBACKREST_VERSION=2.54.2 POSTGRES_VERSION=17.5 /bin/sh -c echo "huge_pages = off" >> /usr/pgsql-${POSTGRES_VERSION%.*}/share/postgresql.conf.sample
COPY file:3d30c2064699cc9df2c6acd3272f0e1079f471d32ea5ad406a17bc56d76e0926 in /opt/crunchy/bin/postgres/pgbackrest_info.sh
USER 26
ENV PATH="/usr/pgsql-17/bin:${PATH}"
LABEL "name"="crunchy-postgres" "build-date"="2025-05-09T17:26:45Z" "description"="Postgres ready for production: high availability, disaster recovery, monitoring, security, and performance. Works with PGO, the open source Postgres Operator from Crunchy Data." "maintainer"="Crunchy Data" "release"="5.8.2-2520" "summary"="Crunchy PostgreSQL 17.5" "url"="https://crunchydata.com" "vcs-ref"="5a381cdb02b69ec8b839eed08c593ef4a4a207ea" "vendor"="Crunchy Data" "version"="17.5" "io.k8s.display-name"="crunchy-postgres" "io.k8s.description"="Postgres ready for production: high availability, disaster recovery, monitoring, security, and performance. Works with PGO, the open source Postgres Operator from Crunchy Data." "postgresql.version.major"="17"
USER root
ARG VCHORDVERSION=0.4.3
ARG VCHORDARCH=aarch64
ARG VCHORDEXT=postgresql-17-vchord_0.4.3_aarch64-linux-gnu
|3 VCHORDARCH=aarch64 VCHORDEXT=postgresql-17-vchord_0.4.3_aarch64-linux-gnu VCHORDVERSION=0.4.3 /bin/sh -c curl -sSL -o ${VCHORDEXT}.zip "https://github.com/tensorchord/VectorChord/releases/download/${VCHORDVERSION}/${VCHORDEXT}.zip" && unzip ${VCHORDEXT}.zip && cp -r ./pkglibdir/. $(pg_config --pkglibdir) && cp -r ./sharedir/. $(pg_config --sharedir) && rm -rf pkglibdir sharedir
USER 26

Labels

Key Value
architecture aarch64
build-date 2025-05-09T17:26:45Z
com.redhat.component ubi9-minimal-container
com.redhat.license_terms https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI
description Postgres ready for production: high availability, disaster recovery, monitoring, security, and performance. Works with PGO, the open source Postgres Operator from Crunchy Data.
distribution-scope public
io.buildah.version 1.37.6
io.k8s.description Postgres ready for production: high availability, disaster recovery, monitoring, security, and performance. Works with PGO, the open source Postgres Operator from Crunchy Data.
io.k8s.display-name crunchy-postgres
io.openshift.expose-services
io.openshift.tags minimal rhel9
maintainer Crunchy Data
name crunchy-postgres
postgresql.version.major 17
release 5.8.2-2520
summary Crunchy PostgreSQL 17.5
url https://crunchydata.com
vcs-ref 5a381cdb02b69ec8b839eed08c593ef4a4a207ea
vcs-type git
vendor Crunchy Data
version 17.5
Details
Container
2025-08-08 21:17:47 +00:00
4
OCI / Docker
linux/arm64
341 MiB
Versions (3) View all
ubi9-17.5-2520 2025-08-08