mirror of https://github.com/apache/kafka.git
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:
parent
01fccd3513
commit
a0640f9517
|
|
@ -14,7 +14,6 @@
|
|||
# limitations under the License.
|
||||
|
||||
---
|
||||
version: '2'
|
||||
services:
|
||||
kafka-1:
|
||||
image: ${IMAGE}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
# limitations under the License.
|
||||
|
||||
---
|
||||
version: '2'
|
||||
services:
|
||||
kafka-1:
|
||||
image: ${IMAGE}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
# limitations under the License.
|
||||
|
||||
---
|
||||
version: '2'
|
||||
services:
|
||||
controller-1:
|
||||
image: ${IMAGE}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
# limitations under the License.
|
||||
|
||||
---
|
||||
version: '2'
|
||||
services:
|
||||
controller-1:
|
||||
image: ${IMAGE}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
# limitations under the License.
|
||||
|
||||
---
|
||||
version: '2'
|
||||
services:
|
||||
broker:
|
||||
image: ${IMAGE}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
# limitations under the License.
|
||||
|
||||
---
|
||||
version: '2'
|
||||
services:
|
||||
broker:
|
||||
image: ${IMAGE}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
# limitations under the License.
|
||||
|
||||
---
|
||||
version: '2'
|
||||
services:
|
||||
broker:
|
||||
image: ${IMAGE}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
# limitations under the License.
|
||||
|
||||
---
|
||||
version: '2'
|
||||
services:
|
||||
broker1:
|
||||
image: {$IMAGE}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
# limitations under the License.
|
||||
|
||||
---
|
||||
version: '2'
|
||||
services:
|
||||
controller1:
|
||||
image: {$IMAGE}
|
||||
|
|
|
|||
Loading…
Reference in New Issue