dosubot[bot] commented on issue #8092:
URL: 
https://github.com/apache/incubator-devlake/issues/8092#issuecomment-2369979912

   <!-- Answer -->
   The "manifest not found" error is likely due to the images not being 
available at the specified registry `devlake.docker.scarf.sh`. To resolve this, 
you can try using the official Docker Hub repository if the images are 
available there. Update your `docker-compose.yml` file with the following paths:
   
   ```yml
   grafana:
     image: apache/devlake-dashboard:v1.0.1
   
   devlake:
     image: apache/devlake:v1.0.1
   
   config-ui:
     image: apache/devlake-config-ui:v1.0.1
   ```
   
   Ensure that you have followed the correct steps to set up your environment 
and Docker Compose configuration as outlined in the official documentation:
   
   1. Download `docker-compose.yml` and `env.example` from the [latest 
release](https://github.com/apache/incubator-devlake/releases) into a folder.
   2. Rename `env.example` to `.env`.
   3. Generate a secure encryption key and set the `ENCRYPTION_SECRET` 
environment variable.
   4. Adjust the timezone if needed by setting the `TZ` variable in 
`docker-compose.yml`.
   5. Run `docker-compose up -d`.
   
   If the images are not available on Docker Hub, you may need to contact the 
maintainers of Apache DevLake for the correct image paths or access to the 
`devlake.docker.scarf.sh` repository 
<sup>[[1]](https://github.com/apache/incubator-devlake/blob/main/devops/releases/lake-v1.0.1/docker-compose.yml)</sup><sup>[[2]](https://github.com/apache/incubator-devlake-website/blob/main/versioned_docs/version-v1.0/GettingStarted/DockerComposeSetup.md)</sup><sup>[[3]](https://github.com/apache/incubator-devlake-website/blob/main/versioned_docs/version-v0.20/GettingStarted/DockerComposeSetup.md)</sup>.
   
   
   <!-- Dosu Comment Footer -->
   *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to