When I try to update my Composer environment (on GCP) from the version composer-1.7.2-airflow-1.10.2 to composer-1.12.0-airflow-1.10.10 (or any other available) I always get this error:
UPDATE operation on this environment failed Just now with the following error message:
Failed to update image version.
The Cloud Build image build failed: Build failed; check build logs for details
After looking in the build logs I can only see this error below that doesn't help me so much:
The command '/bin/sh -c bash installer.sh $COMPOSER_PYTHON_VERSION fail' returned a non-zero code: 1
ERROR
ERROR: build step 0 "gcr.io/cloud-builders/docker" failed: step exited with non-zero status: 1
What could be going on?