Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2df4e7c

Browse files
Table of actions and more details
1 parentb77d8a4 commit2df4e7c

File tree

3 files changed

+44
-6
lines changed

3 files changed

+44
-6
lines changed

‎_data/home-content.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@
8989
links:
9090
-title:Codefresh private Docker Registry
9191
localurl:/docs/docker-registries/codefresh-registry/
92+
-title:Codefresh Registry Deprecation
93+
localurl:/docs/docker-registries/cfcr-deprecation/
9294
-title:Working with Docker registries
9395
localurl:/docs/docker-registries/working-with-docker-registries/
9496
-title:Custom image annotations

‎_data/nav.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@
246246
pages:
247247
-title:"Codefresh Docker Registry"
248248
url:"/codefresh-registry"
249+
-title:CF Registry Deprecation
250+
url:"/cfcr-deprecation"
249251
-title:"Working with Docker registries"
250252
url:"/working-with-docker-registries"
251253
-title:"Image Metadata Annotations"
@@ -453,9 +455,7 @@
453455
-title:Git step migration
454456
url:"/git-step-migration"
455457
-title:Personal Git Deprecation
456-
url:"/personal-git-deprecation"
457-
-title:CF Registry Deprecation
458-
url:"/cfcr-deprecation"
458+
url:"/personal-git-deprecation"
459459
-title:Whats new?
460460
url:"/whats-new"
461461
pages:

‎_docs/troubleshooting/cfcr-deprecation.md‎renamed to ‎_docs/docker-registries/cfcr-deprecation.md‎

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,38 @@
11
---
22
title:"Deprecation of the Codefresh private Registry"
33
description:"Migrating images and pipelines to an external registry"
4-
group:troubleshooting
4+
group:docker-registries
55
toc:true
66
---
77

88

99
The private Codefresh registry which is the built-in Docker registry that comes out of the box with all Codefresh accounts is being deprecated. The registry will become read-only on**April 15th 2020** and will be removed completely on**1st May 2020**.
1010

11+
##Terminology for this document
12+
13+
{: .table .table-bordered .table-hover}
14+
15+
| Term| Description|
16+
| --------------| ----------------------------|
17+
| Codefresh registry| The built-in registry available to all accounts. This registry is decommissioned.|
18+
| Caching registry| Registry used for[caching]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipeline-caching/#docker-registry-caching). Currently served by the Codefresh registry|
19+
| Default Registry| Registry where pipelines auto-push their docker images|
20+
| External Registry| Any other external registry which is linked to Codefresh such as ACR, GCR, ECR etc.|
21+
| Image dashboard| The[Image registry viewer]({{site.baseurl}}/docs/docker-registries/codefresh-registry/#viewing-your-docker-images). Currently shows images from Codefresh registry only|
22+
| Pipeline Build step| The[build step]({{site.baseurl}}/docs/codefresh-yaml/steps/build/) that currently auto-pushes to the Codefresh registry|
23+
| SAAS installation| The cloud version of Codefresh where everything is managed by Codefresh personnel|
24+
| Hybrid installation| Codefresh installation where customers[use the Codefresh runner]({{site.baseurl}}/docs/enterprise/behind-the-firewall/)|
25+
| On-prem installation | Installation of Codefresh that is running fully on customer premises without any cloud interaction.
26+
27+
28+
##Who is affected from the removal of the Codefresh registry
29+
30+
* If you running the on-prem version of Codefresh, there is no requirement to take immediate action. Your Codefresh account manager will let you know how you will upgrade to the next version.
31+
* If you running the hybrid version of Codefresh, you are affected and you also need to decide which external registry you will use as caching registry
32+
* If you are using the SAAS version of Codefresh, you are affected and need to select an external registry to use in your account.
33+
34+
In most case migration is trivial, unless you are using solely the Codefresh registry for your artifact storage.
35+
1136
##Adopting an external Docker registry
1237

1338
The migration effort depends on the usage of the private Codefresh registry in your organization.
@@ -16,7 +41,7 @@ The migration effort depends on the usage of the private Codefresh registry in y
1641
1. Customers who use both the Codefresh registry as well as an external one will need to move all their critical workloads and pipelines to the external one
1742
1. Customers who use the private Codefresh registry for all their needs will need to evaluate and select and external Docker registry and connect it to Codefresh.
1843

19-
The first prerequisite is therefore to[select an external Registry]({{site.baseurl}}/docker-registries/external-docker-registries/). You can use any popular cloud registry such as:
44+
The first prerequisite is therefore to[select an external Registry]({{site.baseurl}}/docs/docker-registries/external-docker-registries/). You can use any popular cloud registry such as:
2045

2146
*[Docker Hub]({{site.baseurl}}/docs/docker-registries/external-docker-registries/docker-hub/)
2247
*[Azure Container Registry]({{site.baseurl}}/docs/docker-registries/external-docker-registries/azure-docker-registry/)
@@ -51,6 +76,17 @@ Some examples of self-hosted registries are:
5176
| Phase C| 15th April - 1st May 2020| No pushes are allowed. Registry becomes read-only|
5277
|| 1st May 2020| Registry is removed from service|
5378

79+
Summary of actions by customers
80+
81+
: .table .table-bordered .table-hover}
82+
| Migration Phase| Action|
83+
| --------------| ----------------------------|
84+
| Phase A| Replace Codefresh registry with External Docker registry in all pipeline|
85+
| Phase B| Choose default registry for auto-push and validate all pipeline do not use Codefresh registry|
86+
| Phase C| Validate that no cluster, workflow or pipeline is still using the Codefresh registry|
87+
88+
89+
5490

5591
##Phase A Migration actions until 1st April 2020
5692

@@ -299,7 +335,7 @@ You will need to
299335

300336
###Summary of actions and results of migration phase B
301337

302-
Here is a summary of customer actions at the end of 15thMarch 2020
338+
Here is a summary of customer actions at the end of 15thApril 2020
303339

304340
* Setup a default registry in your Codefresh account for the registry that is used in push steps as well as caching
305341
* Decide if you want your build steps to push automatically to the default registry or not

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp