matrix-docker-ansible-deploy/roles/matrix-ma1sd/tasks
Slavi Pantaleev 5eed874199 Improve self-building experience (avoid conflict with pullable images)
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/716

This patch makes us use more fully-qualified container image names
(either prefixed with docker.io/ or with localhost/).

The latter happens when self-building is enabled.

We've recently had issues where if an image was removed manually
and the service was restarted (making `docker run` fetch it from Docker Hub, etc.),
we'd end up with a pulled image, even though we're aiming for a self-built one.
Re-running the playbook would then not do a rebuild, because:
- the image with that name already exists (even though it's something
else)
- we sometimes had conditional logic where we'd build only if the git
repo changed

By explicitly changing the name of the images (prefixing with localhost/),
we avoid such confusion and the possibility that we'd automatically pul something
which is not what we expect.

Also, I've removed that condition where building would happen on git
changes only. We now always build (unless an image with that name
already exists). We just force-build when the git repo changes.
2020-11-14 23:00:49 +02:00
..
init.yml Duplicate matrix-mxisd role for matrix-ma1sd fork 2020-04-02 11:26:30 +02:00
main.yml Duplicate matrix-mxisd role for matrix-ma1sd fork 2020-04-02 11:26:30 +02:00
migrate_mxisd.yml Fix matrix_ma1sd_service_stat.stat.exists sometimes being undefined 2020-04-03 13:55:23 +03:00
self_check_ma1sd.yml Run all API self checks in check_mode 2020-07-04 15:24:33 +02:00
setup_ma1sd.yml Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00
validate_config.yml Provide a friendlier migration message from people using matrix_mxisd_ variables 2020-04-03 09:42:14 +03:00