Skip to content

Commit

Permalink
Clean up obselete 'version' tag from docker-compose files (#5826)
Browse files Browse the repository at this point in the history
## Description of the changes
- As the latest updates in docker compose has deprecated the 'version'
tag.This Pr aims to cleanup the version tags in the various
docker-compose files so as to cleanup the log currently displaying
```'version' is obselete ``` when we run a docker-compose file.

## Checklist
- [ ✅ ] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [ ✅  ] I have signed all commits
- [ ❌] I have added unit tests for the new functionality
- [ ✅ ] I have run lint and test steps successfully
  - for `jaeger`: `make lint test`
  - for `jaeger-ui`: `yarn lint` and `yarn test`

Signed-off-by: vvs-personalstash <[email protected]>
  • Loading branch information
vvs-personalstash authored Aug 11, 2024
1 parent a6ccf56 commit 666c208
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 34 deletions.
2 changes: 0 additions & 2 deletions cmd/tracegen/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2'

services:
jaeger:
image: jaegertracing/all-in-one:latest
Expand Down
2 changes: 0 additions & 2 deletions crossdock/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2'

services:
crossdock:
image: crossdock/crossdock
Expand Down
2 changes: 0 additions & 2 deletions crossdock/jaeger-docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2'

services:
jaeger-remote-storage:
image: jaegertracing/jaeger-remote-storage
Expand Down
2 changes: 0 additions & 2 deletions docker-compose/cassandra/v3/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
cassandra:
image: cassandra:3.11
Expand Down
2 changes: 0 additions & 2 deletions docker-compose/cassandra/v4/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
cassandra:
image: cassandra:4.1
Expand Down
2 changes: 0 additions & 2 deletions docker-compose/elasticsearch/v6/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.8.23
Expand Down
2 changes: 0 additions & 2 deletions docker-compose/elasticsearch/v7/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.22
Expand Down
2 changes: 0 additions & 2 deletions docker-compose/elasticsearch/v8/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.14.1
Expand Down
2 changes: 0 additions & 2 deletions docker-compose/jaeger-docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2'

services:
hotrod:
image: jaegertracing/example-hotrod:latest
Expand Down
2 changes: 0 additions & 2 deletions docker-compose/kafka-integration-test/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
kafka:
image: bitnami/kafka:3.7.0
Expand Down
2 changes: 0 additions & 2 deletions docker-compose/kafka/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "2.1"

services:
zookeeper:
image: bitnami/zookeeper
Expand Down
1 change: 0 additions & 1 deletion docker-compose/monitor/docker-compose-v2.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.5"
services:
jaeger:
networks:
Expand Down
1 change: 0 additions & 1 deletion docker-compose/monitor/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.5"
services:
jaeger:
networks:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose/opensearch/v1/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
opensearch:
image: opensearchproject/opensearch:1.3.17
Expand Down
2 changes: 0 additions & 2 deletions docker-compose/opensearch/v2/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
opensearch:
image: opensearchproject/opensearch:2.15.0
Expand Down
2 changes: 0 additions & 2 deletions examples/grafana-integration/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2'

services:
grafana:
image: grafana/grafana:10.2.2
Expand Down
1 change: 0 additions & 1 deletion examples/hotrod/docker-compose-v2.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.7'
# To run a specific version of Jaeger, use environment variable, e.g.:
# JAEGER_VERSION=1.52 docker compose up

Expand Down
1 change: 0 additions & 1 deletion examples/hotrod/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.7'
# To run a specific version of Jaeger, use environment variable, e.g.:
# JAEGER_VERSION=1.52 docker compose up

Expand Down
2 changes: 0 additions & 2 deletions examples/reverse-proxy/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.7'

services:
jaeger:
image: jaegertracing/all-in-one:latest
Expand Down

0 comments on commit 666c208

Please sign in to comment.