No description
Find a file
jakewbot 382e72dcda
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/pre-commit Pipeline was successful
ci/woodpecker/cron/build Pipeline was successful
Update beeper_bridge-manager digest to 8a57420 (#2)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| beeper_bridge-manager | digest | `6997c0f` -> `8a57420` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: Renovate Bot <renovate@bot.jw1.uk>
Reviewed-on: #2
Co-authored-by: jakewbot <bot@jakew.me>
Co-committed-by: jakewbot <bot@jakew.me>
2025-06-20 20:19:41 +00:00
.woodpecker update pipeline 2025-01-09 22:31:18 +00:00
beeper_bridge-manager@8a57420fb8 Update beeper_bridge-manager digest to 8a57420 (#2) 2025-06-20 20:19:41 +00:00
custom-caddy Fix caddy image 2024-11-11 19:34:07 +00:00
matterbridge@c4157a4d5b Add matterbridge and caddy images 2024-11-11 19:30:28 +00:00
scripts update pipeline 2025-01-09 22:31:18 +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 Add matterbridge and caddy images 2024-11-11 19:30:28 +00:00
.pre-commit-config.yaml add woodpecker pipeline 2025-01-06 19:56:12 +00:00
images.json add woodpecker pipeline 2025-01-06 19:56:12 +00:00
LICENSE initial commit 2024-11-11 18:16:40 +00:00
README.md add woodpecker pipeline 2025-01-06 19:56:12 +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
ghcr.io/jake-walker/beeper_bridge-manager This is an exact build of Beeper's bridge-manager but with an ARM64 build.
ghcr.io/jake-walker/matterbridge_whatsappmulti A build of the matterbridge WhatsApp multi image.
ghcr.io/jake-walker/custom-caddy A custom build of Caddy with the plugins: WebDAV, replace_response handler, cloudflare.

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