Various Docker image builds with automatic updates.
  • Python 80.3%
  • Dockerfile 19.7%
Find a file
Renovate Bot e289ddacac
Some checks failed
ci/woodpecker/push/pre-commit Pipeline is pending
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/cron/build Pipeline was successful
Update beeper_bridge-manager digest to 5207472
2026-02-09 14:12:30 +00:00
.woodpecker remove matterbridge and knot images 2026-02-09 14:05:31 +00:00
balena-cli add balena cli image 2026-02-09 14:00:33 +00:00
beeper_bridge-manager@52074726c9 Update beeper_bridge-manager digest to 5207472 2026-02-09 14:12:30 +00:00
custom-caddy Fix caddy image 2024-11-11 19:34:07 +00:00
scripts add balena cli image 2026-02-09 14:00:33 +00:00
.editorconfig add woodpecker pipeline 2025-01-06 19:56:12 +00:00
.gitignore initial commit 2024-11-11 18:16:40 +00:00
.gitmodules remove matterbridge and knot images 2026-02-09 14:05:31 +00:00
.pre-commit-config.yaml add woodpecker pipeline 2025-01-06 19:56:12 +00:00
images.json remove matterbridge and knot images 2026-02-09 14:05:31 +00:00
LICENSE initial commit 2024-11-11 18:16:40 +00:00
README.md remove matterbridge and knot images 2026-02-09 14:05:31 +00:00
renovate.json Configure Renovate (#1) 2025-01-22 09:48:16 +00:00

Docker Images

These are some custom images that are regularly built for AMD64 and ARM64 architectures.

Name Description
git.jakew.me/jakew/beeper_bridge-manager This is an exact build of Beeper's bridge-manager but with an ARM64 build.
git.jakew.me/jakew/custom-caddy A custom build of Caddy with the plugins: WebDAV, replace_response handler, cloudflare.
git.jakew.me/jakew/balena-cli An image containing an install of the Balena CLI.

Images are also available on Docker Hub at jakewalker/<image name>.

Builds

Images are built weekly and after a push to the main branch.

Each image has the following tags:

  • latest - this is always the latest built image
  • main - this is always the latest built image
  • sha-XXXXXXX - this is based on the git commit hash, this may get overwritten by newer versions so is not suitable for pinning a version
  • XXXXXXXX - this is a date in the format YYYYMMDD for the weekly builds. This will not get overwritten so is suitable for version pinning