KAFKA-18351: Remove top-level version field from docker-compose.yml files (#18322)

Reviewers: Mickael Maison <mickael.maison@gmail.com>, Sylwester Lachiewicz <slachiewicz@apache.org>, Dávid Szigecsán
This commit is contained in:
Ken Huang 2025-09-22 22:57:30 +08:00 committed by GitHub
parent 01fccd3513
commit a0640f9517
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 0 additions and 9 deletions

View File

@ -14,7 +14,6 @@
# limitations under the License.
---
version: '2'
services:
kafka-1:
image: ${IMAGE}

View File

@ -14,7 +14,6 @@
# limitations under the License.
---
version: '2'
services:
kafka-1:
image: ${IMAGE}

View File

@ -14,7 +14,6 @@
# limitations under the License.
---
version: '2'
services:
controller-1:
image: ${IMAGE}

View File

@ -14,7 +14,6 @@
# limitations under the License.
---
version: '2'
services:
controller-1:
image: ${IMAGE}

View File

@ -14,7 +14,6 @@
# limitations under the License.
---
version: '2'
services:
broker:
image: ${IMAGE}

View File

@ -14,7 +14,6 @@
# limitations under the License.
---
version: '2'
services:
broker:
image: ${IMAGE}

View File

@ -14,7 +14,6 @@
# limitations under the License.
---
version: '2'
services:
broker:
image: ${IMAGE}

View File

@ -14,7 +14,6 @@
# limitations under the License.
---
version: '2'
services:
broker1:
image: {$IMAGE}

View File

@ -14,7 +14,6 @@
# limitations under the License.
---
version: '2'
services:
controller1:
image: {$IMAGE}