Skip to content

Commit 38946d4

Browse files
authoredMay 12, 2024··
fix(core): remove version from compose tests (#571)
This would address #570 Removing the version from the compose.yaml files used in tests. Please see https://forums.docker.com/t/docker-compose-yml-version-is-obsolete/141313
1 parent 690b9b4 commit 38946d4

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed
 

‎core/tests/compose_fixtures/basic/docker-compose.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.0'
2-
31
services:
42
alpine:
53
image: alpine:latest

‎core/tests/compose_fixtures/port_multiple/compose.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.0'
2-
31
services:
42
alpine:
53
image: nginx:alpine-slim

‎core/tests/compose_fixtures/port_single/compose.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.0'
2-
31
services:
42
alpine:
53
image: nginx:alpine-slim

0 commit comments

Comments
 (0)
Please sign in to comment.