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

klesh pushed a commit to branch release-v0.17
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/release-v0.17 by this push:
     new 8fdaa331b Added Scarf gateway to DevLake Docker Compose downloads 
(#5404) (#5706)
8fdaa331b is described below

commit 8fdaa331bf2066bfea8d17687ed8c40a01888c15
Author: ZhangNing10 <[email protected]>
AuthorDate: Thu Jul 20 16:58:30 2023 +0800

    Added Scarf gateway to DevLake Docker Compose downloads (#5404) (#5706)
    
    * Added Scarf gateway to DevLake Docker Compose downloads
    
    * add Scarf endpoint for v0.17.0 docker compose
    
    ---------
    
    Co-authored-by: Arjun Devarajan <[email protected]>
    Co-authored-by: Arjun Devarajan <[email protected]>
    Co-authored-by: Avi Press <[email protected]>
---
 devops/releases/lake-v0.17.0/docker-compose.yml | 6 +++---
 docker-compose.yml                              | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/devops/releases/lake-v0.17.0/docker-compose.yml 
b/devops/releases/lake-v0.17.0/docker-compose.yml
index 1817a2968..5c2c2032a 100644
--- a/devops/releases/lake-v0.17.0/docker-compose.yml
+++ b/devops/releases/lake-v0.17.0/docker-compose.yml
@@ -32,7 +32,7 @@ services:
       --skip-log-bin
 
   grafana:
-    image: apache/devlake-dashboard:v0.17.0
+    image: devlake.docker.scarf.sh/apache/devlake-dashboard:v0.17.0
     ports:
       - 3002:3000
     volumes:
@@ -49,7 +49,7 @@ services:
       - mysql
 
   devlake:
-    image: apache/devlake:v0.17.0
+    image: devlake.docker.scarf.sh/apache/devlake:v0.17.0
     ports:
       - 8080:8080
     restart: always
@@ -62,7 +62,7 @@ services:
       - mysql
 
   config-ui:
-    image: apache/devlake-config-ui:v0.17.0
+    image: devlake.docker.scarf.sh/apache/devlake-config-ui:v0.17.0
     ports:
       - 4000:4000
     env_file:
diff --git a/docker-compose.yml b/docker-compose.yml
index 1f64e6365..013a6f9d2 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -46,7 +46,7 @@ services:
   #     POSTGRES_PASSWORD: merico
 
   grafana:
-    image: mericodev/devlake-dashboard:latest
+    image: devlake.docker.scarf.sh/mericodev/devlake-dashboard:latest
     build:
       context: grafana/
     ports:
@@ -65,7 +65,7 @@ services:
       - mysql
 
   devlake:
-    image: mericodev/devlake:latest
+    image: devlake.docker.scarf.sh/mericodev/devlake:latest
     build:
       context: backend
       args:
@@ -83,7 +83,7 @@ services:
       - mysql
 
   config-ui:
-    image: mericodev/devlake-config-ui:latest
+    image: devlake.docker.scarf.sh/mericodev/devlake-config-ui:latest
     build:
       context: "config-ui"
     ports:

Reply via email to