Skip to content

Commit 74fd14e

Browse files
committed
Use alpine instead of ubuntu for E2E compose file, no need to include version
Signed-off-by: Laura Brehm <[email protected]>
1 parent fd8538f commit 74fd14e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pkg/e2e/fixtures/dependencies/deps-completed-successfully.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
version: '3'
21
services:
32
oneshot:
4-
image: ubuntu
3+
image: alpine
54
command: echo 'hello world'
65
longrunning:
7-
image: ubuntu
6+
image: alpine
87
depends_on:
98
oneshot:
109
condition: service_completed_successfully

0 commit comments

Comments
 (0)