Back
_APP_DOCKER_HUB_USERNAME and _APP_DOCKER_HUB_PASSWORD throws errors in openruntimes-executor
- 0
- Self Hosted

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
- Origin error after changing default port...
Hi! I need some help regarding an issue I’m facing with Appwrite after changing the default ports. I have a self-hosted Appwrite instance running on my VPS. I ...
- Opened my website after long time and Ba...
I built a website around a year back and and used appwrite for making the backend. At that time the website was working fine but now when i open it the images a...
- CSV Import not working
I am running 1.7.4, trying the sample book csv import. I get a pop up saying import started and then a quick follow up saying completed. Nothing ever appears ...
