Skip to content

Commit

Permalink
fix(core): remove version from compose tests (#571)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Tranquility2 committed May 12, 2024
1 parent 690b9b4 commit 38946d4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions core/tests/compose_fixtures/basic/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.0'

services:
alpine:
image: alpine:latest
Expand Down
2 changes: 0 additions & 2 deletions core/tests/compose_fixtures/port_multiple/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.0'

services:
alpine:
image: nginx:alpine-slim
Expand Down
2 changes: 0 additions & 2 deletions core/tests/compose_fixtures/port_single/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.0'

services:
alpine:
image: nginx:alpine-slim
Expand Down

0 comments on commit 38946d4

Please sign in to comment.