Skip to content

MachineMakesNoise/postgres-wal-g

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Postgres + WAL-G

Bare bones container combining default Postgres and WAL-G. There is no configuration added for WAL-G so You need to configure it Yourself, this image just adds it to the default Postgres image.

Images

Currently published images :

  • ghcr.io/machinemakesnoise/postgres-wal-g/docker.io-postgres-16.0-bookworm_2.0.1-wal-g-pg-ubuntu-20.04-amd64:latest

Name

Image name comes from : <Postgres image>_<WAL-G binary>.

WAL-G

WAL-G binary can be found at /usr/local/bin/wal-g.

Missing a release?

Since this contains a random runnable binary file (WAL-G), I'm a bit hesitant of pulling other branches directly (AND YOU SHOULD TOO AND IF YOU DON'T TRUST ME, USE THE GUIDE BELOW)

For private use/paranoia:

  • Fork.
  • Add WAL-G binary to files.
  • Change build-and-public-images.yml file to suit Your needs (usually change jobs.build.strategy.matrix.include to point to the new name, binary and Postgres image combination).
  • Commit/run Github actions.

If You wish for me to publish Your new release, use Github issue template for new release and I will add the release to build pipeline as soon as I can.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages