#Error pushing images to GCP GCR from GCP VM

1 messages · Page 1 of 1 (latest)

rough zealot
#

I suspect that my auth is not setup correctly, though my understanding is that Dagger uses the docker config on the host

our setup uses the credHelpers config

{
  "credHelpers": {
    "us-central1-docker.pkg.dev": "gcloud",
    "us.gcr.io": "gcloud"
  }
}
#

our VMs are setup with the proper scopes and service account so that we don't need actual credentials on the VM

#

The errors:

4:36:22  920 :   HTTP HEAD
14:36:22  920 :   HTTP HEAD ERROR [30.0s]
14:36:22  920 :   ! dial tcp 216.40.34.41:443: i/o timeout
14:36:22  919 :   remotes.docker.resolver.HTTPRequest ERROR [30.0s]
14:36:22  919 :   ! dial tcp 216.40.34.41:443: i/o timeout
14:36:22  921 :   remotes.docker.resolver.HTTPRequest
14:36:22  922 :   HTTP HEAD
14:36:22  922 :   HTTP HEAD ERROR [30.0s]
14:36:22  922 :   ! dial tcp 216.40.34.41:443: i/o timeout
14:36:22  921 :   remotes.docker.resolver.HTTPRequest ERROR [30.0s]
14:36:22  921 :   ! dial tcp 216.40.34.41:443: i/o timeout
14:36:22  923 :   remotes.docker.resolver.HTTPRequest
14:36:22  924 :   HTTP HEAD
14:36:22  924 :   HTTP HEAD ERROR [30.0s]
14:36:22  924 :   ! dial tcp 216.40.34.41:443: i/o timeout
14:36:22  923 :   remotes.docker.resolver.HTTPRequest ERROR [30.0s]
14:36:22  923 :   ! dial tcp 216.40.34.41:443: i/o timeout
14:36:22  925 :   remotes.docker.resolver.HTTPRequest
#

n/m it appears that the prefix was duplicated