mirror of https://github.com/docker/compose.git
Use alpine instead of ubuntu for E2E compose file, no need to include version
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
This commit is contained in:
parent
fd8538f780
commit
74fd14ec65
|
@ -1,10 +1,9 @@
|
|||
version: '3'
|
||||
services:
|
||||
oneshot:
|
||||
image: ubuntu
|
||||
image: alpine
|
||||
command: echo 'hello world'
|
||||
longrunning:
|
||||
image: ubuntu
|
||||
image: alpine
|
||||
depends_on:
|
||||
oneshot:
|
||||
condition: service_completed_successfully
|
||||
|
|
Loading…
Reference in New Issue