docker-images/images.json
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

20 lines
823 B
JSON

[
{
"name": "beeper_bridge-manager",
"context": "./beeper_bridge-manager",
"dockerfile": "./docker/Dockerfile",
"description": "This is an exact build of Beeper's [bridge-manager](https://github.com/beeper/bridge-manager) but with an ARM64 build."
},
{
"name": "matterbridge_whatsappmulti",
"context": "./matterbridge",
"dockerfile": "./Dockerfile_whatsappmulti",
"description": "A build of the matterbridge WhatsApp multi image."
},
{
"name": "custom-caddy",
"context": "./custom-caddy",
"dockerfile": "./Dockerfile",
"description": "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)."
}
]