Skip to content

Commit

Permalink
Merge pull request #3731 from jenkins-x/artifact_registry
Browse files Browse the repository at this point in the history
docs: migrating to artifact registry
  • Loading branch information
jenkins-x-bot authored May 7, 2024
2 parents afad79e + e98e6d6 commit bf29f20
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions content/en/blog/news/2024-migrating-artifact-registry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "Improve your changelogs"
date: 2024-05-06T00:00:00-00:00
draft: false
description: Google will shut down container registry
categories: [blog]
keywords: [Jenkins X,Community,2024]
slug: "migrating-artifact-registry"
aliases: []
author: Mårten Svantesson
---

## Migrate to Google Artifact Registry

Google has announced that [container registry will be shut down some time after March 18, 2025](https://cloud.google.com/artifact-registry/docs/transition/transition-from-gcr). For GKE clusters created with version 1.12.0 or later of [terraform-google-jx](https://github.com/jenkins-x/terraform-google-jx) it's unlikely that anything needs to be done, but for older clusters you should upgrade your cluster while considering [our advice regarding migration from container registry to artifact registry](https://github.com/jenkins-x/terraform-google-jx#migration-from-container-to-artifact-registry).

If you are using a Google Service Account to run terraform you need to add the role requirement roles/artifactregistry.admin. See our guide regarding [Google Service Account](https://jenkins-x.io/v3/admin/platforms/google/svc_acct/) for details.

2 changes: 2 additions & 0 deletions content/en/v3/develop/faq/config/registries.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ weight: 154

## How do I use a custom container registry?

What container registry is used by default depends on the which cloud provider you use. There are some things to consider when [migrating from container registry to artifact registry in Google GCP](https://github.com/jenkins-x/terraform-google-jx#migration-from-container-to-artifact-registry).

To allow a pipeline to be able to push to a container registry you can add this secret...

```bash
Expand Down

0 comments on commit bf29f20

Please sign in to comment.