dosubot[bot] commented on issue #8159: URL: https://github.com/apache/incubator-devlake/issues/8159#issuecomment-2434916420
<!-- Greeting --> Hey there, @sashalinder! 👋 I'm here to help you with any bugs, questions, or contributions you have for the project. Let's squash those bugs! <!-- Answer --> I found a similar issue that might help you resolve the problem. The "manifest not found" error is likely due to the images not being available at the specified registry `devlake.docker.scarf.sh`. A suggested solution is to use the official Docker Hub repository if the images are available there. You can 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 ``` Make sure 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/issues/8092)</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: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org