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/pipelines/configuration/pipeline-settings.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,9 +93,10 @@ Here you can set the defaults for advanced pipeline behavior. The options are:
93
93
*[Keep or discard]({{site.baseurl}}/docs/pipelines/steps/approval/#keeping-the-shared-volume-after-an-approval) the volume when a pipeline is entering approval state
94
94
* Whether pipelines in approval state[count or not against concurrency]({{site.baseurl}}/docs/pipelines/steps/approval/#define-concurrency-limits)
95
95
* Define the[Service Account]({{site.baseurl}}/docs/integrations/docker-registries/amazon-ec2-container-registry/#setting-up-ecr-integration---service-account) for Amazon ECR integration.
96
-
* Set the default registry where all Public Marketplace Step images are pulled from. Registries listed are from the[Docker Registry]({{site.baseurl}}/docs/integrations/docker-registries/) integration page.
97
-
* Example: Public Marketplace Step image is defined to use Docker Hub. If you select a quay.io integration, all Public Marketplace Step images will be pulled from quay.io instead of Docker Hub.
98
-
* Note: This does not affect Freestyle Steps.
96
+
* Set the default registry from which to pull images for all_public_ Public Marketplace Steps. You can select any[Docker Registry]({{site.baseurl}}/docs/integrations/docker-registries/) integration setup in Codefresh.
97
+
* Example: Public Marketplace Step image is defined to use Docker Hub. If you select a`quay.io` integration, all Public Marketplace Step images are pulled from`quay.io` instead of Docker Hub.
98
+
>The default registry selected for Public Marketplace steps is_ignored_ in all built-in pipeline steps:`git-clone`,`freestyle`,`build`,`push`,`composition`,`launch test environment`,`deploy`, and`approval`. For detailed information on built-in steps, see[Steps in pipelines]({{site.baseurl}}/docs/pipelines/steps/).
99
+
The selected registry affects only custom or typed steps.
99
100
100
101
Note that the first option affects pipeline resources and/or billing in the case of SaaS pricing. It will also affect users of existing pipelines that depend on this behavior. It is best to enable/disable this option only once at the beginning.