Cleanup docker-compose.yaml versions in Noble services

On Ubuntu Noble we run `docker compose` instead of `docker-compose`.
This newer tool ignores the version set in docker-compose.yaml files and
emits a warning when it is set. Clean up this version on services that
only run with `docker compose` and not `docker-compose`.

Change-Id: I08ce1f2ddc6a07fd47b4524af21255c1c4903785
This commit is contained in:
Clark Boylan 2025-03-20 09:32:28 -07:00
parent a2864163be
commit 0a83d01167
4 changed files with 0 additions and 12 deletions

View File

@ -1,5 +1,3 @@
version: '3'
services:
hound:
restart: always

View File

@ -1,7 +1,3 @@
# Version 2 is the latest that is supported by docker-compose in
# Ubuntu Xenial.
version: '2'
services:
grafana:
restart: always

View File

@ -1,7 +1,3 @@
# Version 2 is the latest that is supported by docker-compose in
# Ubuntu Xenial.
version: '2'
services:
jaeger:
image: docker.io/jaegertracing/all-in-one:1.58.1

View File

@ -1,5 +1,3 @@
version: '2'
services:
mariadb:
image: quay.io/opendevmirror/mariadb:10.11