Various Docker image builds with automatic updates.
  • Python 65.6%
  • Dockerfile 34.4%
Find a file
Jake Walker eb602f0e2c
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/pre-commit Pipeline was successful
update docker hub registry
2026-04-19 00:20:00 +01:00
.woodpecker update docker hub registry 2026-04-19 00:20:00 +01:00
balena-cli add balena cli image 2026-02-09 14:00:33 +00:00
beeper_bridge-manager@ce244c4b81 Update beeper_bridge-manager digest to ce244c4 2026-04-18 22:48:13 +00:00
custom-caddy add caddy cloudflare ip addon 2026-03-31 16:16:48 +00:00
scripts update docker hub registry 2026-04-19 00:20:00 +01:00
tangled-knot@380990bbb9 add tangled images 2026-04-17 18:40:11 +01:00
tangled-spindle Update docker Docker tag to v29.4.0 2026-04-18 22:48:00 +00:00
tranquil-pds@ace105899f add pds build 2026-04-18 23:59:16 +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 add pds build 2026-04-18 23:59:16 +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