I am trying to start airbyte. But docker-compose u...
# ask-community-for-troubleshooting
d
I am trying to start airbyte. But docker-compose up fails with the below error
Copy code
ERROR: Head "<https://registry-1.docker.io/v2/airbyte/init/manifests/0.40.18>": unauthorized: incorrect username or password
Copy code
work/software/airbyte2/airbyte (master)$ sudo docker-compose up
WARNING: The RUN_DATABASE_MIGRATION_ON_STARTUP variable is not set. Defaulting to a blank string.
WARNING: The DEPLOYMENT_MODE variable is not set. Defaulting to a blank string.
WARNING: The LOG_CONNECTOR_MESSAGES variable is not set. Defaulting to a blank string.
WARNING: The SECRET_PERSISTENCE variable is not set. Defaulting to a blank string.
WARNING: The JOB_ERROR_REPORTING_SENTRY_DSN variable is not set. Defaulting to a blank string.
WARNING: The NEW_SCHEDULER variable is not set. Defaulting to a blank string.
WARNING: The WORKER_ENVIRONMENT variable is not set. Defaulting to a blank string.
WARNING: The GITHUB_STORE_BRANCH variable is not set. Defaulting to a blank string.
WARNING: The REMOTE_CONNECTOR_CATALOG_URL variable is not set. Defaulting to a blank string.
WARNING: The TEMPORAL_HISTORY_RETENTION_IN_DAYS variable is not set. Defaulting to a blank string.
WARNING: The UPDATE_DEFINITIONS_CRON_ENABLED variable is not set. Defaulting to a blank string.
Creating network "airbyte_default" with the default driver
Creating network "airbyte_airbyte_internal" with the default driver
Creating network "airbyte_airbyte_public" with the default driver
Pulling init (airbyte/init:0.40.18)...
ERROR: Head "<https://registry-1.docker.io/v2/airbyte/init/manifests/0.40.18>": unauthorized: incorrect username or password
s
Hey there, are you able to pull any other docker images using command line? I found this thread on the docker forums reporting a similar issue, can you try to
docker logout
and
docker login
both on command line? Seems that login auth for docker command line might be different from the regular GUI client