Various Docker image builds with automatic updates.
  • Python 65.6%
  • Dockerfile 34.4%
Find a file
Renovate Bot cea58017bd
Some checks failed
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/pre-commit Pipeline was successful
ci/woodpecker/cron/build Pipeline was canceled
Update beeper_bridge-manager digest to 0709025
2026-07-09 18:30:10 +00:00
.woodpecker update registry names 2026-06-15 18:23:11 +01:00
balena-cli add balena cli image 2026-02-09 14:00:33 +00:00
beeper_bridge-manager@0709025182 Update beeper_bridge-manager digest to 0709025 2026-07-09 18:30:10 +00:00
custom-caddy add caddy cloudflare ip addon 2026-03-31 16:16:48 +00:00
scripts update registry names 2026-06-15 18:23:11 +01:00
tangled-knot@7ff2d3549a Update tangled-knot digest to 7ff2d35 2026-06-18 18:30:09 +00:00
tangled-spindle Update docker Docker tag to v29.5.3 2026-06-05 18:30:15 +00:00
tranquil-pds@91999819c6 update tranquil pds version 2026-06-22 12:05:55 +01: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 update tranquil pds version 2026-06-22 12:05:55 +01:00
.pre-commit-config.yaml add woodpecker pipeline 2025-01-06 19:56:12 +00:00
images.json add pds build 2026-04-18 23:59:16 +01:00
LICENSE initial commit 2024-11-11 18:16:40 +00:00
README.md add pds build 2026-04-18 23:59:16 +01: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.
git.jakew.me/jakew/tangled-knot An image to run a Tangled knot for hosting repository data.
git.jakew.me/jakew/tangled-spindle An image to run a Tangled spindle for running CI pipelines.
git.jakew.me/jakew/tranquil-pds A build of the Tranquil PDS image, atcr.io does not have an ARM64 build available.

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