You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/troubleshooting/cfcr-deprecation.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ toc: true
6
6
---
7
7
8
8
9
-
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**April1st 2020** and will be removed completely on**15th April 2020**.
9
+
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**April15th 2020** and will be removed completely on**1st May 2020**.
10
10
11
11
##Adopting an external Docker registry
12
12
@@ -46,13 +46,13 @@ Some examples of self-hosted registries are:
| Phase B|1st April- 15th April 2020| New build step and image API are available.|
51
+
| Phase C|15th April -1st May 2020| No pushes are allowed. Registry becomes read-only|
52
+
||1st May 2020| Registry is removed from service|
53
53
54
54
55
-
##Phase A Migration actions until15th of March 2020
55
+
##Phase A Migration actions until1st April 2020
56
56
57
57
At this phase, customers that depend on the private Codefresh should look at their pipelines and deployments and understand where the private Codefresh registry is used.
58
58
@@ -225,7 +225,7 @@ If you wish to perform migration of Docker images in a batch manner, you can als
225
225
226
226
###Summary of actions and results of migration phase A
227
227
228
-
Here is a summary of customer actions at the end of15th March 2020
228
+
Here is a summary of customer actions at the end of1st April 2020
229
229
230
230
* You need to evaluate external Docker registry services and connect at least one in your Codefresh account
231
231
* Change Kubernetes deployments and Helm releases to pull images from the external Registry instead of the private one
@@ -235,9 +235,9 @@ Here is a summary of customer actions at the end of 15th March 2020
235
235
* No pipeline should push to the internal Codefresh registry.
236
236
237
237
238
-
##Phase B Migration actions until1st April 2020
238
+
##Phase B Migration actions until15th April 2020
239
239
240
-
At that start of Phase B (15th March 2020) Codefresh will offer the following new features:
240
+
At that start of Phase B (1st April 2020) Codefresh will offer the following new features:
241
241
242
242
1. The ability to define a default registry for the build step to push to (currently the build step is always pushing to the private Registry)
243
243
1. The ability to define an explicit registry in the build step (overriding the default)
@@ -299,14 +299,14 @@ You will need to
299
299
300
300
###Summary of actions and results of migration phase B
301
301
302
-
Here is a summary of customer actions at the end of1st March 2020
302
+
Here is a summary of customer actions at the end of15th March 2020
303
303
304
304
* Setup a default registry in your Codefresh account for the registry that is used in push steps as well as caching
305
305
* Decide if you want your build steps to push automatically to the default registry or not
306
306
* Make sure that all your APIs calls or Codefresh CLI invocations mention images with an explicit Docker registry prefix
307
307
308
308
309
-
##Phase C Migration actions until15th April 2020
309
+
##Phase C Migration actions until1st May 2020
310
310
311
311
At this phase, the private Codefresh registry will become readonly. Pipelines will be able to pull from it, but all pushes are disallowed.
312
312
@@ -316,15 +316,15 @@ This is also the last opportunity for migrating images from the private Registry
316
316
317
317
###Summary of actions and results of migration phase C
318
318
319
-
Here is a summary of customer actions at the end of15th April 2020
319
+
Here is a summary of customer actions at the end of1st May 2020
320
320
321
321
* Monitor your pipelines and make sure that they push to the external registry only
322
322
* Double-check your clusters and make sure that they pull from an external registry
323
323
* Check that caching works in your pipelines as well as Hybrid environments by making sure that the external Docker registry has enough capacity.
324
324
325
-
##Complete removal of the Codefresh private registry on15th April 2020
325
+
##Complete removal of the Codefresh private registry on1st May 2020
326
326
327
-
The private Docker registry will be removed from service on15th April 2020
327
+
The private Docker registry will be removed from service on1st May 2020
328
328
329
329
* Pipelines that still pull from it will stop working
330
330
* Kubernetes clusters that will pull from it will have failed deployments