Commit 6946581 1 parent 8521a64 commit 6946581 Copy full SHA for 6946581
File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ RUN set -xe; \
35
35
"postgresql-${PG_MAJOR}-pgaudit" \
36
36
"postgresql-${PG_MAJOR}-pgvector" \
37
37
"postgresql-${PG_MAJOR}-pg-failover-slots" \
38
+ "postgresql-${PG_MAJOR}-wal2json" \
38
39
; \
39
40
rm -fr /tmp/* ; \
40
41
rm -rf /var/lib/apt/lists/*;
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ RUN apt-get update && \
27
27
apt-get install -y --no-install-recommends locales-all \
28
28
"postgresql-${PG_MAJOR}-pgaudit" \
29
29
"postgresql-${PG_MAJOR}-pgvector" \
30
- "postgresql-${PG_MAJOR}-pg-failover-slots" && \
30
+ "postgresql-${PG_MAJOR}-pg-failover-slots" \
31
+ "postgresql-${PG_MAJOR}-wal2json" && \
31
32
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && \
32
33
rm -rf /var/lib/apt/lists/* /var/cache/* /var/log/*
33
34
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ following additional features:
63
63
- PGAudit
64
64
- Postgres Failover Slots
65
65
- pgvector
66
+ - wal2json
66
67
- All Locales
67
68
68
69
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:
84
85
- PGAudit
85
86
- Postgres Failover Slots
86
87
- pgvector
88
+ - wal2json
87
89
88
90
The [ ` Debian ` ] ( Debian ) folder contains image catalogs, which can be used as:
89
91
- [ ` ClusterImageCatalog ` ] ( https://cloudnative-pg.io/documentation/current/image_catalog/ )
@@ -164,6 +166,9 @@ Postgres Failover Slots is distributed by EnterpriseDB under the
164
166
pgvector is distributed under the
165
167
[ PostgreSQL License] ( https://github.com/pgvector/pgvector/blob/master/LICENSE ) .
166
168
169
+ wal2json is distributed under the
170
+ [ BSD-3-Clause License] ( https://github.com/eulerto/wal2json/blob/master/LICENSE )
171
+
167
172
## Trademarks
168
173
169
174
* [ Postgres, PostgreSQL and the Slonik Logo] ( https://www.postgresql.org/about/policies/trademarks/ )
You can’t perform that action at this time.
0 commit comments