mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
* Centralize location of images for runme.sh tests. * Switch images. * Fix sanity. * Fix image names. * Fix tag chaos. * One more.
6 lines
113 B
YAML
6 lines
113 B
YAML
version: '3'
|
|
services:
|
|
busybox:
|
|
image: "{{ docker_test_image_busybox }}"
|
|
command: sleep 3600
|