Skip to content

🐳 PgBouncer Docker Images

License

Notifications You must be signed in to change notification settings

icoretech/pgbouncer-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’» PgBouncer Multiarch Docker Image

This repository hosts an automated build system for creating 🐳 Docker images of PgBouncer. The built AMD64/ARM64 Docker images are also hosted in this repository with semantic tagging.

πŸ“– Overview

The build system automates the process of pulling the latest code from the main branch of the PgBouncer project, packaging it into a Docker image, and publishing the image.

⚑️ We now have a Helm chart available for deploying PgBouncer.

πŸ’‘ Usage

To pull a Docker image, use the following command:

docker pull ghcr.io/icoretech/pgbouncer-docker:<tag>

Replace <tag> with the specific version you wish to pull.

You can find the available tags on the GitHub Packages page for this repository.

Upon start the image will look for /etc/pgbouncer/pgbouncer.ini.

πŸ“„ License

The Docker images and the code in this repository are released under MIT License.

Please note that the PgBouncer project has its own license, which you should review if you plan to use, distribute, or modify the code.