From 7d43cc8953a6001027aa7438c6cfe50f48320dd3 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Tue, 16 Mar 2021 11:24:18 +0100 Subject: [PATCH] Fix invalid anchors in deploying-to-openshift.adoc --- docs/src/main/asciidoc/deploying-to-openshift.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/deploying-to-openshift.adoc b/docs/src/main/asciidoc/deploying-to-openshift.adoc index 9fa8cde9ddf72..6d52a44fdfd06 100644 --- a/docs/src/main/asciidoc/deploying-to-openshift.adoc +++ b/docs/src/main/asciidoc/deploying-to-openshift.adoc @@ -94,8 +94,8 @@ Similarly, `oc get route` will list the route URL for the exposed service "greet Out of the box the openshift extension is configured to use link:container-image#s2i[container-image-s2i]. However, it's still possible to use other container image extensions like: -- link:container-image#s2i[container-image-docker] -- link:container-image#s2i[container-image-jib] +- link:container-image#docker[container-image-docker] +- link:container-image#jib[container-image-jib] When a non-s2i container image extension is used, an ImageStream is created that is pointing to an external `dockerImageRepository`. The image is built and pushed to the registry and the ImageStream populates the tags that are available in the `dockerImageRepository`.