community.docker/tests/integration/targets/docker_stack_task_info/vars/main.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

16 lines
400 B
YAML

stack_compose_base:
version: '3'
services:
busybox:
image: "{{ docker_test_image_busybox }}"
command: sleep 3600
stack_compose_overrides:
version: '3'
services:
busybox:
environment:
envvar: value
stack_update_expected_diff: '{"test_stack_busybox": {"TaskTemplate": {"ContainerSpec": {"Env": ["envvar=value"]}}}}'