Skip to content

Commit 0544782

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 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

0 commit comments

Comments
 (0)