mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 19:57:58 +00:00
[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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user