Skip to content

Commit

Permalink
Merge pull request #1952 from vorburger/patch-8
Browse files Browse the repository at this point in the history
add missing subs="attributes" to openshift-s2i-guide.adoc
  • Loading branch information
gsmet committed Apr 9, 2019
2 parents 8fa5e40 + 5190199 commit fb1091a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/openshift-s2i-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ We use Quarkus' GraalVM Native S2I Builder, and therefore do not need a `Dockerf
You do not need to locally clone the Git repository, as it will be directly built inside OpenShift.
We are going to create an OpenShift `build` executing it:

[source,shell]
[source,shell, subs="attributes"]
----
# To build the image on OpenShift
oc new-app quay.io/quarkus/centos-quarkus-native-s2i~{quickstarts-clone-url} --context-dir=getting-started --name=quarkus-quickstart-native
Expand Down Expand Up @@ -87,7 +87,7 @@ We use a Java S2I Builder, and therefore do not need a `Dockerfile` in this appr
You do not need to locally clone the Git repository, as it will be directly built inside OpenShift.
We are going to create an OpenShift `build` executing it:

[source,shell]
[source,shell, subs="attributes"]
----
# To build the image on OpenShift
oc new-app registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift~{quickstarts-clone-url} --context-dir=getting-started --name=quarkus-quickstart
Expand Down

0 comments on commit fb1091a

Please sign in to comment.