mirror of
https://github.com/docker/compose.git
synced 2025-07-23 13:45:00 +02:00
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:
|
services:
|
||||||
oneshot:
|
oneshot:
|
||||||
image: ubuntu
|
image: alpine
|
||||||
command: echo 'hello world'
|
command: echo 'hello world'
|
||||||
longrunning:
|
longrunning:
|
||||||
image: ubuntu
|
image: alpine
|
||||||
depends_on:
|
depends_on:
|
||||||
oneshot:
|
oneshot:
|
||||||
condition: service_completed_successfully
|
condition: service_completed_successfully
|
||||||
|
Loading…
x
Reference in New Issue
Block a user