airflow-gcp-k8s
airflow-gcp-k8s copied to clipboard
Deprecated b.gcr.io
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.
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.