mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-07-30 18:53:04 +10:00
Explain where the beeper-line container image comes from
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -36,7 +36,11 @@ matrix_bridge_beeper_line_enabled: true
|
||||
|
||||
### Using another container image
|
||||
|
||||
The playbook uses `docker.io/crispyduck/beeper-line` by default. To use an image that you have built and published elsewhere, override the complete image name:
|
||||
Upstream does not publish container images publicly, as its CI only pushes them to Beeper's private registry. The playbook therefore uses [`docker.io/crispyduck/beeper-line`](https://hub.docker.com/r/crispyduck/beeper-line) by default, which is a community-maintained image built from the upstream source.
|
||||
|
||||
That image is only available for the amd64 architecture. On other architectures, the playbook self-builds the image from source automatically.
|
||||
|
||||
To use an image that you have built and published elsewhere, override the complete image name:
|
||||
|
||||
```yaml
|
||||
matrix_bridge_beeper_line_container_image_self_build: false
|
||||
|
||||
Reference in New Issue
Block a user