community.docker/tests/integration/targets/docker_stack/templates/stack_compose_base.yml
Felix Fontein ebafa17b02
[WIP] Fix CI (#50)
* Centralize location of images for runme.sh tests.

* Switch images.

* Fix sanity.

* Fix image names.

* Fix tag chaos.

* One more.
2020-12-15 13:57:38 +01:00

6 lines
113 B
YAML

version: '3'
services:
busybox:
image: "{{ docker_test_image_busybox }}"
command: sleep 3600