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/proposals/image-promotion.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ This document describes the following ways to promote images:
14
14
***Based on human intervention**
15
15
* using the `oc` and `docker` commands manually
16
16
***Automated by the OpenShift platform**
17
-
* using enhanced *DeploymentConfig*[lifecycle hooks](https://docs.openshift.org/latest/dev_guide/deployments.html#lifecycle-hooks)
18
-
* using [ImageChangeTrigger](https://docs.openshift.org/latest/dev_guide/deployments.html#image-change-trigger)
17
+
* using enhanced *DeploymentConfig*[lifecycle hooks](https://docs.openshift.org/latest/dev_guide/deployments/deployment_strategies.html#lifecycle-hooks)
18
+
* using [ImageChangeTrigger](https://docs.openshift.org/latest/dev_guide/deployments/basic_deployment_operations.html#image-change-trigger)
19
19
* using [Projects](https://docs.openshift.org/latest/dev_guide/projects.html) for different "stages"
20
20
***Based on external Continuous Delivery tool**
21
21
*[Jenkins](https://jenkins-ci.org)
@@ -29,8 +29,8 @@ Docker images can be promoted (and the use-cases are valid for):
29
29
***Between multiple Clusters**
30
30
31
31
The Docker image promotion can be done using the Docker [image
0 commit comments