Back
_APP_DOCKER_HUB_USERNAME and _APP_DOCKER_HUB_PASSWORD throws errors in openruntimes-executor
- 0
- Self Hosted
dominikszmaj
The only way to make it work is to remove this vars from config
TypeScript
2024-04-26 15:46:43 Fatal error: Uncaught Utopia\Orchestration\Exception\Orchestration: Docker Error: WARNING! Your password will be stored unencrypted in /.docker/config.json.
2024-04-26 15:46:43 Configure a credential helper to remove this warning. See
2024-04-26 15:46:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store
2024-04-26 15:46:43
2024-04-26 15:46:43 Login Succeeded
2024-04-26 15:46:43 in /usr/local/vendor/utopia-php/orchestration/src/Orchestration/Adapter/DockerCLI.php:28
2024-04-26 15:46:43 Stack trace:
2024-04-26 15:46:43 #0 /usr/local/app/http.php(84): Utopia\Orchestration\Adapter\DockerCLI->__construct('user', 'dckr_pat_dr4Gia...')
2024-04-26 15:46:43 #1 /usr/local/vendor/utopia-php/registry/src/Registry/Registry.php(75): {closure}()
2024-04-26 15:46:43 #2 /usr/local/app/http.php(1156): Utopia\Registry\Registry->get('orchestration')
2024-04-26 15:46:43 #3 {main}
2024-04-26 15:46:43 thrown in /usr/local/vendor/utopia-php/orchestration/src/Orchestration/Adapter/DockerCLI.php on line 28
TL;DR
_APP_DOCKER_HUB_USERNAME and _APP_DOCKER_HUB_PASSWORD cause fatal errors due to unencrypted storage of passwords. The only solution is to remove these variables from the configuration. Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...