Skip to content

Commit a0640f9

Browse files
authored
KAFKA-18351: Remove top-level version field from docker-compose.yml files (#18322)
Reviewers: Mickael Maison <[email protected]>, Sylwester Lachiewicz <[email protected]>, Dávid Szigecsán
1 parent 01fccd3 commit a0640f9

File tree

9 files changed

+0
-9
lines changed

9 files changed

+0
-9
lines changed

docker/examples/docker-compose-files/cluster/combined/plaintext/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# limitations under the License.
1515

1616
---
17-
version: '2'
1817
services:
1918
kafka-1:
2019
image: ${IMAGE}

docker/examples/docker-compose-files/cluster/combined/ssl/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# limitations under the License.
1515

1616
---
17-
version: '2'
1817
services:
1918
kafka-1:
2019
image: ${IMAGE}

docker/examples/docker-compose-files/cluster/isolated/plaintext/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# limitations under the License.
1515

1616
---
17-
version: '2'
1817
services:
1918
controller-1:
2019
image: ${IMAGE}

docker/examples/docker-compose-files/cluster/isolated/ssl/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# limitations under the License.
1515

1616
---
17-
version: '2'
1817
services:
1918
controller-1:
2019
image: ${IMAGE}

docker/examples/docker-compose-files/single-node/file-input/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# limitations under the License.
1515

1616
---
17-
version: '2'
1817
services:
1918
broker:
2019
image: ${IMAGE}

docker/examples/docker-compose-files/single-node/plaintext/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# limitations under the License.
1515

1616
---
17-
version: '2'
1817
services:
1918
broker:
2019
image: ${IMAGE}

docker/examples/docker-compose-files/single-node/ssl/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# limitations under the License.
1515

1616
---
17-
version: '2'
1817
services:
1918
broker:
2019
image: ${IMAGE}

docker/test/fixtures/mode/combined/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# limitations under the License.
1515

1616
---
17-
version: '2'
1817
services:
1918
broker1:
2019
image: {$IMAGE}

docker/test/fixtures/mode/isolated/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# limitations under the License.
1515

1616
---
17-
version: '2'
1817
services:
1918
controller1:
2019
image: {$IMAGE}

0 commit comments

Comments
 (0)