mirror of
https://github.com/docker/compose.git
synced 2026-09-21 13:04:36 +00: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 changed files with 2 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue