diff --git a/Debian/Dockerfile.template b/Debian/Dockerfile.template index ed42aa4d..85d7552f 100644 --- a/Debian/Dockerfile.template +++ b/Debian/Dockerfile.template @@ -35,6 +35,7 @@ RUN set -xe; \ "postgresql-${PG_MAJOR}-pgaudit" \ "postgresql-${PG_MAJOR}-pgvector" \ "postgresql-${PG_MAJOR}-pg-failover-slots" \ + "postgresql-${PG_MAJOR}-wal2json" \ ; \ rm -fr /tmp/* ; \ rm -rf /var/lib/apt/lists/*; diff --git a/Dockerfile b/Dockerfile index d4f02b70..e2733dd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,8 @@ RUN apt-get update && \ apt-get install -y --no-install-recommends locales-all \ "postgresql-${PG_MAJOR}-pgaudit" \ "postgresql-${PG_MAJOR}-pgvector" \ - "postgresql-${PG_MAJOR}-pg-failover-slots" && \ + "postgresql-${PG_MAJOR}-pg-failover-slots" \ + "postgresql-${PG_MAJOR}-wal2json" && \ apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && \ rm -rf /var/lib/apt/lists/* /var/cache/* /var/log/* diff --git a/README.md b/README.md index 5e1fea6a..c6b98d52 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ following additional features: - PGAudit - Postgres Failover Slots - pgvector +- wal2json - All Locales Standard images are identifiable by the `standard` tag in their names, such as: @@ -84,6 +85,7 @@ These images include additional software to extend PostgreSQL functionality: - PGAudit - Postgres Failover Slots - pgvector +- wal2json The [`Debian`](Debian) folder contains image catalogs, which can be used as: - [`ClusterImageCatalog`](https://cloudnative-pg.io/documentation/current/image_catalog/) @@ -164,6 +166,9 @@ Postgres Failover Slots is distributed by EnterpriseDB under the pgvector is distributed under the [PostgreSQL License](https://github.com/pgvector/pgvector/blob/master/LICENSE). +wal2json is distributed under the +[BSD-3-Clause License](https://github.com/eulerto/wal2json/blob/master/LICENSE) + ## Trademarks *[Postgres, PostgreSQL and the Slonik Logo](https://www.postgresql.org/about/policies/trademarks/)