Skip to content

Commit 4bae8ee

Browse files
author
OpenShift Bot
authored
Merge pull request #12464 from mupakoz/patch-1
Merged by openshift-bot
2 parents d4533b6 + 445ee85 commit 4bae8ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/proposals/image-promotion.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ This document describes the following ways to promote images:
1414
* **Based on human intervention**
1515
* using the `oc` and `docker` commands manually
1616
* **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)
1919
* using [Projects](https://docs.openshift.org/latest/dev_guide/projects.html) for different "stages"
2020
* **Based on external Continuous Delivery tool**
2121
* [Jenkins](https://jenkins-ci.org)
@@ -29,8 +29,8 @@ Docker images can be promoted (and the use-cases are valid for):
2929
* **Between multiple Clusters**
3030

3131
The Docker image promotion can be done using the Docker [image
32-
tags](https://docs.docker.com/userguide/dockerimages/#setting-tags-on-an-image)
33-
or Docker image [labels](https://docs.docker.com/userguide/labels-custom-metadata/).
32+
tags](https://docs.docker.com/engine/reference/commandline/tag/)
33+
or Docker image [labels](https://docs.docker.com/engine/userguide/labels-custom-metadata/).
3434
OpenShift also provides more features to add metadata, such as annotations or labels.
3535
Using them might allow users to develop complex conditional promotion scenarios, but
3636
this document does not describe them.

0 commit comments

Comments
 (0)