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
- ENV vars not updating
When i do `nano .env` it shows `_APP_DOMAIN_TARGET=` as set to my domain, but when i do `docker compose exec appwrite vars` it shows `_APP_DOMAIN_TARGET=` as ...
- Index with the requested key already exi...
I'm using appwrite cli to create DB and I'm getting index_already_exists Is there a way to undestand the index name and maybe to skip if it's already exits?
- Issue - Migration From Cloud > Self Host...
Hi team, I’m trying to migrate a few of my Appwrite projects from the cloud to a self-hosted instance. These projects are currently in “archive mode” due to th...
