cnpg-pgroonga (18.3-system-trixie-arm64)
Installation
docker pull git.glitched.systems/axel/cnpg-pgroonga:18.3-system-trixie-arm64sha256:47dc1e9834a5955195d5534cb21489af21a2d28ed169a795c30f36c97d3b5da6About this package
A system PostgreSQL 18.3 container image
Image layers
| # debian.sh --arch 'arm64' out/ 'trixie' '@1776729600' |
| 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.18.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.18.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 |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends wget ca-certificates && wget https://packages.groonga.org/debian/groonga-apt-source-latest-trixie.deb && apt-get install -y ./groonga-apt-source-latest-trixie.deb && apt-get update && apt-get install -y --no-install-recommends postgresql-18-pgdg-pgroonga && rm -rf /var/lib/apt/lists/* && rm groonga-apt-source-latest-trixie.deb # buildkit |
| USER 26 |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.authors | The CloudNativePG Contributors |
| org.opencontainers.image.base.digest | sha256:cedb1ef40439206b673ee8b33a46a03a0c9fa90bf3732f54704f99cb061d2c5a |
| org.opencontainers.image.base.name | docker.io/library/debian:trixie-slim |
| org.opencontainers.image.created | 2026-05-11T09:12:05Z |
| 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 | a855a9ec4c0685169e39222854b442ec236071ea |
| 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-07-02 08:06:01 +00:00
Versions (3)
View all
Container
2
OCI / Docker
linux/arm64
The CloudNativePG Contributors
Apache-2.0
290 MiB
18.3-system-trixie
2026-07-02
18.3-system-trixie-amd64
2026-07-02
18.3-system-trixie-arm64
2026-07-02