Skip to content

Commit

Permalink
Remove 'version' field from docker-compose.yaml (#19147)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakur authored Nov 27, 2024
1 parent f59d4a7 commit 61f16ee
Show file tree
Hide file tree
Showing 34 changed files with 5 additions and 67 deletions.
2 changes: 0 additions & 2 deletions aerospike/tests/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
aerospike:
container_name: aerospike
Expand Down
2 changes: 0 additions & 2 deletions arangodb/tests/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
arangodb:
container_name: arangodb
Expand Down
2 changes: 0 additions & 2 deletions boundary/tests/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

# https://github.com/hashicorp/boundary-reference-architecture/tree/main/deployment/docker/compose
services:
boundary:
Expand Down
2 changes: 0 additions & 2 deletions clickhouse/tests/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.9'

# https://clickhouse.yandex/docs/en/operations/table_engines/distributed/
# https://clickhouse.yandex/docs/en/operations/table_engines/replication/#creating-replicated-tables
services:
Expand Down
2 changes: 0 additions & 2 deletions cockroachdb/tests/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.9'

services:
cockroachdb:
container_name: cockroachdb
Expand Down
2 changes: 0 additions & 2 deletions coredns/tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.2"

services:
coredns:
image: coredns/coredns:${COREDNS_VERSION}
Expand Down
2 changes: 0 additions & 2 deletions envoy/tests/docker/api_v2/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:

front-envoy:
Expand Down
2 changes: 0 additions & 2 deletions envoy/tests/docker/api_v3/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:

front-envoy:
Expand Down
2 changes: 0 additions & 2 deletions etcd/tests/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

# Adapted from https://github.com/dwilbraham/docker-compose-etcd
services:
etcd0:
Expand Down
1 change: 0 additions & 1 deletion foundationdb/tests/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
fdb-coordinator:
image: foundationdb/foundationdb:6.3.13
Expand Down
2 changes: 0 additions & 2 deletions hudi/tests/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

# Adapted from https://github.com/big-data-europe/docker-spark/tree/master/template
services:
spark-app-hudi:
Expand Down
2 changes: 0 additions & 2 deletions ibm_ace/tests/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

# https://github.com/ot4i/ace-docker
services:
ibm-ace:
Expand Down
2 changes: 0 additions & 2 deletions ibm_db2/tests/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:

ibm_db2:
Expand Down
2 changes: 0 additions & 2 deletions ibm_was/tests/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
ibm_was:
container_name: ibm_was
Expand Down
1 change: 0 additions & 1 deletion jboss_wildfly/tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
jboss_wildfly:
image: jboss/wildfly:16.0.0.Final
Expand Down
2 changes: 0 additions & 2 deletions lighttpd/tests/docker/auth/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.5'

services:
lighttpd:
image: ${LIGHTTPD_IMAGE}
Expand Down
4 changes: 1 addition & 3 deletions lighttpd/tests/docker/noauth/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.5'

services:
lighttpd:
image: ${LIGHTTPD_IMAGE}
Expand All @@ -8,4 +6,4 @@ services:
volumes:
- ./lighttpd.conf:/etc/lighttpd/lighttpd.conf
- ${DD_LOG_1}:/var/log/lighttpd/access.log
- ${DD_LOG_2}:/var/log/lighttpd/error.log
- ${DD_LOG_2}:/var/log/lighttpd/error.log
2 changes: 0 additions & 2 deletions nginx/tests/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.5'

services:
nginx:
image: ${NGINX_IMAGE}
Expand Down
2 changes: 0 additions & 2 deletions presto/tests/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

# Adapted from https://github.com/Lewuathe/docker-presto-cluster
services:
coordinator:
Expand Down
2 changes: 0 additions & 2 deletions prometheus/tests/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
prometheus:
image: prom/prometheus
Expand Down
2 changes: 0 additions & 2 deletions pulsar/tests/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

# https://pulsar.apache.org/docs/en/next/standalone-docker/
services:
pulsar:
Expand Down
2 changes: 0 additions & 2 deletions ray/tests/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.9'

services:
ray-head:
container_name: ray-head
Expand Down
2 changes: 0 additions & 2 deletions sap_hana/tests/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
sap-hana:
container_name: sap-hana
Expand Down
1 change: 0 additions & 1 deletion solr/tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
solr:
build:
Expand Down
2 changes: 0 additions & 2 deletions sonarqube/tests/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
sonarqube:
container_name: sonarqube
Expand Down
4 changes: 1 addition & 3 deletions spark/tests/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

# Adapted from https://github.com/big-data-europe/docker-spark/tree/master/template
services:
spark-master:
Expand Down Expand Up @@ -65,4 +63,4 @@ services:
ports:
- "9999:9999"
environment:
- PYTHONUNBUFFERED=1
- PYTHONUNBUFFERED=1
1 change: 0 additions & 1 deletion sqlserver/tests/compose-ha/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
sqlserver:
build:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
sqlserver:
build:
Expand All @@ -8,4 +6,4 @@ services:
args:
- SQLSERVER_BASE_IMAGE=${SQLSERVER_BASE_IMAGE}
ports:
- "1433:1433"
- "1433:1433"
2 changes: 0 additions & 2 deletions sqlserver/tests/compose-high-cardinality/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
sqlserver:
build:
Expand Down
4 changes: 1 addition & 3 deletions sqlserver/tests/compose-windows/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
sqlserver:
build:
Expand All @@ -8,4 +6,4 @@ services:
args:
- SQLSERVER_BASE_IMAGE=${SQLSERVER_BASE_IMAGE}
ports:
- "1433:1433"
- "1433:1433"
1 change: 0 additions & 1 deletion teamcity/tests/docker/teamcity_server/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
# Adapted from https://github.com/JetBrains/teamcity-docker-samples
services:
teamcity-server:
Expand Down
2 changes: 0 additions & 2 deletions torchserve/tests/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.9'

services:
torchserve:
container_name: torchserve
Expand Down
2 changes: 0 additions & 2 deletions vault/tests/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
vault-leader:
container_name: vault-leader
Expand Down
3 changes: 1 addition & 2 deletions vllm/tests/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
caddy:
image: caddy:2.7
Expand All @@ -8,4 +7,4 @@ services:
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile
- ../fixtures/vllm_metrics.txt:/usr/share/caddy/metrics
- ../fixtures/vllm_version.json:/usr/share/caddy/version
- ../fixtures/vllm_version.json:/usr/share/caddy/version

0 comments on commit 61f16ee

Please sign in to comment.