Are there updated locations for Google Cloud Builders? Google is encouraging us to move away from the Google Container Registry to the Artifact Registry but the Cloud Builder images are still addressed by eg gcr.io/cloud-builders/mvn:3.5.0-jdk-8
which is a Container Registry address.
I'm in the process of revising all my builds to use Artifact Registry and I would rather not have to make another pas through them to change these gcr.io/cloud-builders...
references.
Does anyone know?
Container Registry will still continue to work and will not go away soon. You can still use both services in the same project, that was stated in this post that discusses the differences of Container Registry and Artifact Registry.
There's a guide in copying images from Container Registry to Artifact Registry that you can also check in your transition process.
While the official cloud builders aren't hosted yet in Artifact Registry, you have an option to clone the source code and deploy it yourself. Furthermore refer to this link for changes in building and deploying in Google Cloud. There's an available guide in transitioning repositories with gcr.io domain. Just a note, this feature is still on Alpha, and this feature might have limited support. You can further check the previous link for further details in this feature.
Lastly, feel free to submit a feature request on GitHub.