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
- Host: GitHub
- URL: https://github.com/bfontaine/docker-postgres-wal2json
- Owner: bfontaine
- License: mit
- Created: 2024-02-27T21:41:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-27T22:04:48.000Z (about 1 year ago)
- Last Synced: 2025-03-23T23:43:40.074Z (about 1 month ago)
- Topics: docker-image, postgresql, wal2json
- Language: Dockerfile
- Homepage: https://hub.docker.com/repository/docker/bfontaine/postgres-wal2json
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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