sashalinder opened a new issue, #8159:
URL: https://github.com/apache/incubator-devlake/issues/8159

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### What happened
   
   I follow the installation for docker 
https://devlake.apache.org/docs/GettingStarted/DockerComposeSetup
   
   when tried to start the devlake locally on my mac I received an error, see 
below.
   
   after reviewing the docker hub I noticed that the version is tagged with "v" 
prefix, while in the docker compose file the version is written without "v".
   I updated for the 3 images to use "v".
   
   **workaround**
   not working:
   devlake.docker.scarf.sh/apache/devlake:1.0.1  
   working:
   ```
   devlake.docker.scarf.sh/apache/devlake:v1.0.1  
   ```
   
   **error**
   docker compose up -d
   WARN[0000] /Users/sasha/code/devlake/docker-compose.yml: the attribute 
`version` is obsolete, it will be ignored, please remove it to avoid potential 
confusion
   [+] Running 3/3
    ✘ config-ui Error context canceled                                          
       4.6s
    ✘ grafana Error   manifest for devlake.docker.scarf.sh/apache/de...         
       4.6s
    ✘ devlake Error   context canceled                                          
       4.6s
   Error response from daemon: manifest for 
devlake.docker.scarf.sh/apache/devlake-dashboard:1.0.1 not found: manifest 
unknown: manifest unknown
   
   
   
   ### What do you expect to happen
   
   start the devlake successfully when using  
   ```
   docker compose up -d
   ```
   
   ### How to reproduce
   
   use the 
https://github.com/apache/incubator-devlake/releases/download/v1.0.1/docker-compose.yml
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   e061ef223a93a28d88bb1238a0acd7d29f39f2b6
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to