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
- 500 Server Error after migrating to 1.8....
Upgraded as per docs and ran migration. Everything went smoothly. I am able to log into the appwrite console however cant access any service i.e., auth, databas...
- Console not showing Site screenshot
Image link broken for self-hosted 1.8.0 (updated from 1.7.4), was working fine in older Console version (6.0.43, updated to 7.4.10).
- Storage usage keeps going up
I have a self-hosted instance running in production for over a year now. The deployment has seen multiple updates and migrations of Appwrite versions. What I ha...
