airflow-gcp-k8s icon indicating copy to clipboard operation
airflow-gcp-k8s copied to clipboard

Deprecated b.gcr.io

Open robertlacok opened this issue 7 years ago • 1 comments

When I try to build private images (or really just run the public one locally), I get an error:

docker: Error response from daemon: Get https://b.gcr.io/v2/airflow-gcp/airflow-worker/manifests/1.8.0.ga.101: unknown: b.gcr.io domain is disabled. See https://cloud.google.com/container-registry/docs/support/deprecation-notices.

As you can read in the link, the 'bring-your-own-bucket' registries are deprecated and need to be updated to use gcr.io links.

robertlacok avatar Sep 26 '17 13:09 robertlacok

The docs on GCP say it's best practice to specify us.gcr.io (gcr.io assumes the former but could change); or whatever region you need for private images.

beatgeek avatar Mar 08 '18 06:03 beatgeek