We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent57fad2b commit54af38bCopy full SHA for 54af38b
_docs/administration/codefresh-on-prem.md
@@ -1082,10 +1082,11 @@ Notice that only `kfci` should be used for Codefresh upgrades. If you still have
1082
1083
### Internal Docker Registry deprecation
1084
1085
-Since 1.0.205 release Codefresh deprecates internal docker registry `cf-registry`.<br />
1086
-It's no longer be possible to use it for pull/push as target `cf-registry.codefresh.svc:5000` registry.
+From version 1.0.205, Codefresh has deprecated the internal Docker registry `cf-registry`.
1087
1088
->**Not recommended!** <br /> If for some reason you have to keep it, you can specify `registry.enabled` in kcfi `config.yaml`:
+The internal Docker regsitry cannot be used as a target registry, `cf-registry.codefresh.svc:5000`, for pull/push steps.
+
1089
+>**Not recommended!** <br /> If for some reason you need to retain this, specify `registry.enabled` in kcfi `config.yaml`:
1090
```yaml
1091
registry:
1092
enabled: true