Multi-arch PgBouncer 🐳 Docker image providing amd64/arm64/riscv64 builds, with Woodpecker pipeline
  • Dockerfile 87.6%
  • Shell 12.4%
Find a file
Chimmie Firefly 683acd3c8d
Some checks failed
Build and publish / build (push) Failing after 35s
Harden source code to the specific tag
2025-12-15 12:07:49 +00:00
.forgejo/workflows Fix .git directory nyot found 2025-12-15 11:54:57 +00:00
.github/workflows Fix .git directory nyot found 2025-12-15 11:54:57 +00:00
.woodpecker Fix multiarch spec and test riscv64 build 2025-12-15 11:54:28 +00:00
dummy Create fake pandoc 2025-12-15 11:54:34 +00:00
src@c8ae4f5a27 Add pgbouncer source code as module 2025-12-14 01:10:39 +00:00
.gitignore Deshittify gitignore 2025-12-14 01:11:17 +00:00
.gitmodules Harden source code to the specific tag 2025-12-15 12:07:49 +00:00
Dockerfile Create fake pandoc 2025-12-15 11:54:34 +00:00
LICENSE Add my ass to the License copyright notice 2025-12-14 01:11:40 +00:00
README.md Update README.md 2025-12-15 11:55:02 +00:00

💻 PgBouncer Multiarch Docker Image

This repository hosts an automated build system for creating 🐳 Docker images of PgBouncer.

📖 Overview

The build system tracks official PgBouncer releases and builds images from upstream git tags (for example, pgbouncer_1_24_1). When a new release tag is available, a multiarch image is built and published. Supported architectures: linux/amd64, linux/arm64, linux/riscv64.

💡 Usage

To pull a Docker image, use the following command:

docker pull kitsunes.dev/gameplayer-8/pgbouncer-docker:<tag>

Replace <tag> with a PgBouncer release version (for example, 1.24.1).

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

Upon start the image reads its config at /etc/pgbouncer/pgbouncer.ini. The default listening port is 6432 (configure via 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.