An open API service indexing awesome lists of open source software.

https://github.com/bfontaine/docker-postgres-wal2json

Dokker image for Postgres with wal2json
https://github.com/bfontaine/docker-postgres-wal2json

docker-image postgresql wal2json

Last synced: about 1 month ago
JSON representation

Dokker image for Postgres with wal2json

Awesome Lists containing this project

README

        

# Docker Postgres Wal2json

This repository contains a Docker image for Postgres with the [wal2json][] extension.

## Images

* `bfontaine/postgres-wal2json:15-bookworm`: based on `postgres:15-bookworm`

For Postgres 14 and earlier, see [Debezium’s images][dbz].

[dbz]: https://github.com/debezium/container-images/tree/main/postgres
[wal2json]: https://github.com/eulerto/wal2json?tab=readme-ov-file#introduction

## Dev

### Build

docker build . --file Dockerfile --tag bfontaine/postgres-wal2json:15-bookworm
docker push bfontaine/postgres-wal2json:15-bookworm