This is an automated email from the ASF dual-hosted git repository.

madhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new 80852a63a ATLAS-4945: Update Docker Compose files to use the latest 
supported version
80852a63a is described below

commit 80852a63af7dfbc56798a569e656c3414d97fa6a
Author: Abhishek Kumar <a...@apache.org>
AuthorDate: Fri Dec 20 13:03:48 2024 -0800

    ATLAS-4945: Update Docker Compose files to use the latest supported version
    
    Signed-off-by: Madhan Neethiraj <mad...@apache.org>
---
 dev-support/atlas-docker/docker-compose.atlas-base.yml   | 1 -
 dev-support/atlas-docker/docker-compose.atlas-build.yml  | 1 -
 dev-support/atlas-docker/docker-compose.atlas-hadoop.yml | 1 -
 dev-support/atlas-docker/docker-compose.atlas-hbase.yml  | 1 -
 dev-support/atlas-docker/docker-compose.atlas-hive.yml   | 1 -
 dev-support/atlas-docker/docker-compose.atlas-kafka.yml  | 1 -
 dev-support/atlas-docker/docker-compose.atlas.yml        | 1 -
 7 files changed, 7 deletions(-)

diff --git a/dev-support/atlas-docker/docker-compose.atlas-base.yml 
b/dev-support/atlas-docker/docker-compose.atlas-base.yml
index 29f92a142..7ddb89562 100644
--- a/dev-support/atlas-docker/docker-compose.atlas-base.yml
+++ b/dev-support/atlas-docker/docker-compose.atlas-base.yml
@@ -1,4 +1,3 @@
-version: '3'
 services:
   atlas-base:
     build:
diff --git a/dev-support/atlas-docker/docker-compose.atlas-build.yml 
b/dev-support/atlas-docker/docker-compose.atlas-build.yml
index f73874b39..468c1b629 100644
--- a/dev-support/atlas-docker/docker-compose.atlas-build.yml
+++ b/dev-support/atlas-docker/docker-compose.atlas-build.yml
@@ -1,4 +1,3 @@
-version: '3'
 services:
   atlas-build:
     build:
diff --git a/dev-support/atlas-docker/docker-compose.atlas-hadoop.yml 
b/dev-support/atlas-docker/docker-compose.atlas-hadoop.yml
index f07270ca6..1d726b52c 100644
--- a/dev-support/atlas-docker/docker-compose.atlas-hadoop.yml
+++ b/dev-support/atlas-docker/docker-compose.atlas-hadoop.yml
@@ -1,4 +1,3 @@
-version: '3'
 services:
   atlas-hadoop:
     build:
diff --git a/dev-support/atlas-docker/docker-compose.atlas-hbase.yml 
b/dev-support/atlas-docker/docker-compose.atlas-hbase.yml
index c441519bd..6c245572d 100644
--- a/dev-support/atlas-docker/docker-compose.atlas-hbase.yml
+++ b/dev-support/atlas-docker/docker-compose.atlas-hbase.yml
@@ -1,4 +1,3 @@
-version: '3'
 services:
   atlas-hbase:
     build:
diff --git a/dev-support/atlas-docker/docker-compose.atlas-hive.yml 
b/dev-support/atlas-docker/docker-compose.atlas-hive.yml
index 5fe843e6d..c04ab27f9 100644
--- a/dev-support/atlas-docker/docker-compose.atlas-hive.yml
+++ b/dev-support/atlas-docker/docker-compose.atlas-hive.yml
@@ -1,4 +1,3 @@
-version: '3'
 services:
   atlas-hive:
     build:
diff --git a/dev-support/atlas-docker/docker-compose.atlas-kafka.yml 
b/dev-support/atlas-docker/docker-compose.atlas-kafka.yml
index 8d1264824..55e09a0c3 100644
--- a/dev-support/atlas-docker/docker-compose.atlas-kafka.yml
+++ b/dev-support/atlas-docker/docker-compose.atlas-kafka.yml
@@ -1,4 +1,3 @@
-version: '3'
 services:
   atlas-kafka:
     build:
diff --git a/dev-support/atlas-docker/docker-compose.atlas.yml 
b/dev-support/atlas-docker/docker-compose.atlas.yml
index b21540571..46ab55d2f 100644
--- a/dev-support/atlas-docker/docker-compose.atlas.yml
+++ b/dev-support/atlas-docker/docker-compose.atlas.yml
@@ -1,4 +1,3 @@
-version: '3'
 services:
   atlas:
     build:

Reply via email to