cloudnative-pg-zulip (18-system-trixie)
Published 2026-05-31 17:33:59 +00:00 by ainmosni
Installation
docker pull forge.ams-sec.org/custom-images/cloudnative-pg-zulip:18-system-trixiesha256:26e99b8ccb35da3423d9a821eff0592d97bccbd814a3b0dac7edad9d6b9ef493About this package
A system PostgreSQL 18.3 container image
Image layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1769990400' |
| ARG PG_VERSION=18.3 |
| ARG PG_MAJOR=18 |
| ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/18/bin |
| RUN |2 PG_VERSION=18.3 PG_MAJOR=18 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends postgresql-common ca-certificates gnupg && /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y -c "${PG_MAJOR}" && apt-get install -y --no-install-recommends -o Dpkg::::="--force-confdef" -o Dpkg::::="--force-confold" postgresql-common && sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf && apt-get install -y --no-install-recommends libsasl2-modules libldap-common -o Dpkg::::="--force-confdef" -o Dpkg::::="--force-confold" "postgresql-${PG_MAJOR}=${PG_VERSION}*" && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && rm -rf /var/lib/apt/lists/* /var/cache/* /var/log/* # buildkit |
| RUN |2 PG_VERSION=18.3 PG_MAJOR=18 /bin/sh -c usermod -u 26 postgres # buildkit |
| USER 26 |
| ARG EXTENSIONS=postgresql-18-pgaudit postgresql-18-pgvector postgresql-18-pg-failover-slots |
| ARG STANDARD_ADDITIONAL_POSTGRES_PACKAGES=postgresql-18-jit |
| USER root |
| RUN |4 PG_VERSION=18.3 PG_MAJOR=18 EXTENSIONS=postgresql-18-pgaudit postgresql-18-pgvector postgresql-18-pg-failover-slots STANDARD_ADDITIONAL_POSTGRES_PACKAGES=postgresql-18-jit /bin/sh -c apt-get update && apt-get install -y --no-install-recommends locales-all ${STANDARD_ADDITIONAL_POSTGRES_PACKAGES} ${EXTENSIONS} && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && rm -rf /var/lib/apt/lists/* /var/cache/* /var/log/* # buildkit |
| USER 26 |
| ARG BARMAN_VERSION=3.17.0 |
| ENV PIP_BREAK_SYSTEM_PACKAGES=1 |
| USER root |
| RUN |5 PG_VERSION=18.3 PG_MAJOR=18 EXTENSIONS=postgresql-18-pgaudit postgresql-18-pgvector postgresql-18-pg-failover-slots STANDARD_ADDITIONAL_POSTGRES_PACKAGES=postgresql-18-jit BARMAN_VERSION=3.17.0 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends build-essential python3-dev python3-pip python3-psycopg2 python3-setuptools && pip3 install --no-cache-dir barman[cloud,azure,snappy,google,zstandard,lz4]==${BARMAN_VERSION} && python3 -c "import sysconfig, compileall; compileall.compile_dir(sysconfig.get_path('stdlib'), quiet=1); compileall.compile_dir(sysconfig.get_path('purelib'), quiet=1); compileall.compile_dir(sysconfig.get_path('platlib'), quiet=1)" && apt-get remove -y --purge --autoremove build-essential python3-dev && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && rm -rf /var/lib/apt/lists/* /var/cache/* /var/log/* # buildkit |
| USER 26 |
| USER root |
| /bin/sh -c apt update |
| /bin/sh -c apt install -y -V ca-certificates lsb-release wget |
| /bin/sh -c wget https://packages.groonga.org/debian/groonga-apt-source-latest-$(lsb_release --codename --short).deb |
| /bin/sh -c apt install -y -V ./groonga-apt-source-latest-$(lsb_release --codename --short).deb |
| /bin/sh -c apt update |
| /bin/sh -c apt install -y postgresql-18-pgdg-pgroonga hunspell-en-us |
| /bin/sh -c ln -sf /usr/share/hunspell/en_US.dic /usr/share/postgresql/18/tsearch_data/en_us.dict |
| /bin/sh -c ln -sf /usr/share/hunspell/en_US.aff /usr/share/postgresql/18/tsearch_data/en_us.affix |
| COPY file:356fa48c10c97eeee09d80eaa2e0d40f205408798067bd7e744f547faacdc9a5 in /usr/share/postgresql/18/tsearch_data/zulip_english.stop |
| USER postgres |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.42.2 |
| org.opencontainers.image.authors | The CloudNativePG Contributors |
| org.opencontainers.image.base.digest | sha256:f6e2cfac5cf956ea044b4bd75e6397b4372ad88fe00908045e9a0d21712ae3ba |
| org.opencontainers.image.base.name | docker.io/library/debian:trixie-slim |
| org.opencontainers.image.created | 2026-03-02T08:14:40Z |
| org.opencontainers.image.description | A system PostgreSQL 18.3 container image |
| org.opencontainers.image.documentation | https://github.com/cloudnative-pg/postgres-containers |
| org.opencontainers.image.licenses | Apache-2.0 |
| org.opencontainers.image.revision | 0e76f4fbbc9ba68a943c3dee01f9f3432336680c |
| org.opencontainers.image.source | https://github.com/cloudnative-pg/postgres-containers |
| org.opencontainers.image.title | CloudNativePG PostgreSQL 18.3 system |
| org.opencontainers.image.url | https://github.com/cloudnative-pg/postgres-containers |
| org.opencontainers.image.vendor | The CloudNativePG Contributors |
| org.opencontainers.image.version | 18.3 |
Details
2026-05-31 17:33:59 +00:00
Versions (1)
View all
Container
0
OCI / Docker
linux/amd64
The CloudNativePG Contributors
Apache-2.0
322 MiB
18-system-trixie
2026-05-31