docker-images/README.md
Jake Walker f5fcb2a71a
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/pre-commit Pipeline was successful
add woodpecker pipeline
2025-01-06 19:56:12 +00:00

23 lines
1.3 KiB
Markdown

# Docker Images
These are some custom images that are regularly built for AMD64 and ARM64 architectures.
<!-- generate start -->
| Name | Description |
| --- | --- |
| `ghcr.io/jake-walker/beeper_bridge-manager` | This is an exact build of Beeper's [bridge-manager](https://github.com/beeper/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](https://github.com/mholt/caddy-webdav), [replace_response handler](https://github.com/caddyserver/replace-response), [cloudflare](https://github.com/caddy-dns/cloudflare). |
<!-- generate end -->
_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