Skip to content

Commit 4bd60da

Browse files
committed
QDOCS-1060: implement SME feedback
Signed-off-by: shjones <[email protected]>
1 parent fc18c53 commit 4bd60da

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/src/main/asciidoc/deploying-to-openshift-docker-howto.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ include::_attributes.adoc[]
1313
:extensions: io.quarkus:quarkus-openshift
1414

1515
As an application developer, you can deploy your applications to {openshift} by using the Docker build strategy as a deployment option.
16-
This functionality is provided by the `quarkus-openshift` extension.
1716

17+
This stategy builds the artifacts outside the {openshift} cluster, locally or in a CI environment, and provides them to the {openshift} build system together with a Dockerfile.
18+
The artifacts include JAR files or a native executable.
1819
The {openshift} cluster builds the container and provides it as an image stream.
1920

21+
This functionality is provided by the `quarkus-openshift` extension.
2022
If you want to use a custom Dockerfile, add the file to the `src/main/docker` directory or any location inside the module.
2123
Additionally, set the path to your Dockerfile by using the `quarkus.openshift.jvm-dockerfile` property.
2224

@@ -147,4 +149,8 @@ You can test the application demonstrated in this example with a web browser or
147149
+
148150
For example: `curl \http://openshift-helloworld-username-dev.apps.sandbox-m2.ll9k.p1.openshiftapps.com`.
149151

152+
== References
153+
154+
* xref:deploying-to-openshift.adoc[Deploying {project-name} applications to {openshift}]
155+
150156

0 commit comments

Comments
 (0)