浏览代码

Use alpine instead of ubuntu for E2E compose file, no need to include version

Signed-off-by: Laura Brehm <[email protected]>
Laura Brehm 3 年之前
父节点
当前提交
74fd14ec65
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      pkg/e2e/fixtures/dependencies/deps-completed-successfully.yaml

+ 2 - 3
pkg/e2e/fixtures/dependencies/deps-completed-successfully.yaml

@@ -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