[WIP] Fix CI (#50)

* Centralize location of images for runme.sh tests.

* Switch images.

* Fix sanity.

* Fix image names.

* Fix tag chaos.

* One more.
This commit is contained in:
Felix Fontein
2020-12-15 13:57:38 +01:00
committed by GitHub
parent fe2d52ff29
commit ebafa17b02
17 changed files with 60 additions and 61 deletions
@@ -2,7 +2,7 @@ stack_compose_base:
version: '3'
services:
busybox:
image: "{{ docker_test_image_busybox }}:latest"
image: "{{ docker_test_image_busybox }}"
command: sleep 3600
stack_compose_overrides: