Skip to content

Commit

Permalink
Merge pull request #15762 from gsmet/fix-anchors-openshift
Browse files Browse the repository at this point in the history
Fix invalid anchors in deploying-to-openshift.adoc
  • Loading branch information
geoand authored Mar 16, 2021
2 parents bc1480e + 7d43cc8 commit a08cede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/deploying-to-openshift.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit a08cede

Please sign in to comment.