matrix-docker-ansible-deploy/roles
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
..
matrix-base e2ee_backup: rename variables to be consistent with naming scheme 2020-10-16 09:24:50 +02:00
matrix-bot-matrix-reminder-bot Renamed systemd descriptions for all bridges 2020-10-13 16:40:30 -07:00
matrix-bridge-appservice-discord Renamed systemd descriptions for all bridges 2020-10-13 16:40:30 -07:00
matrix-bridge-appservice-irc Renamed systemd descriptions for all bridges 2020-10-13 16:40:30 -07:00
matrix-bridge-appservice-slack Renamed systemd descriptions for all bridges 2020-10-13 16:40:30 -07:00
matrix-bridge-appservice-webhooks Renamed systemd descriptions for all bridges 2020-10-13 16:40:30 -07:00
matrix-bridge-mautrix-facebook Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00
matrix-bridge-mautrix-hangouts Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00
matrix-bridge-mautrix-telegram Renamed systemd descriptions for all bridges 2020-10-13 16:40:30 -07:00
matrix-bridge-mautrix-whatsapp Renamed systemd descriptions for all bridges 2020-10-13 16:40:30 -07:00
matrix-bridge-mx-puppet-discord Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00
matrix-bridge-mx-puppet-instagram Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00
matrix-bridge-mx-puppet-skype Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00
matrix-bridge-mx-puppet-slack Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00
matrix-bridge-mx-puppet-steam Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00
matrix-bridge-mx-puppet-twitter Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00
matrix-bridge-sms updated matrix-sms-bridge 2020-11-13 08:44:21 +01:00
matrix-client-element Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00
matrix-common-after/tasks add run-docker-prune command 2020-10-10 04:11:26 +02:00
matrix-corporal Upgrade matrix-corporal (1.10.1 -> 1.11.0) 2020-10-01 18:30:30 +03:00
matrix-coturn Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00
matrix-dimension Changes matrix_dimension_integrations_ui_url from /riot to /element https://dimension.t2bot.io/ 2020-09-13 04:19:19 +02:00
matrix-dynamic-dns Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00
matrix-email2matrix Remove hardcoded command paths in systemd unit files 2020-05-27 23:14:54 +02:00
matrix-jitsi Update jitsi web to stable-5142 2020-11-13 18:13:45 +00:00
matrix-ma1sd Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00
matrix-mailer Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00
matrix-nginx-proxy Merge pull request #681 from scottcrossen/slc/ddclient 2020-11-10 23:54:21 +02:00
matrix-postgres Try to make importing SQLite from older Synapse version work 2020-10-07 08:54:46 +03:00
matrix-registration Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00
matrix-synapse Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00
matrix-synapse-admin Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00