-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
-
1
-
False
-
None
-
False
-
-
-
JWS/JBCS Sprint 49
Typo * doesn't allow to run the commands
A.1.1.1 Using an internal Maven repository for a new build configuration
oc new-app \
https://github.com/jboss-openshift/openshift-quickstarts.git#main \
--image-stream=jboss-webserver57-openjdk8-tomcat9-openshift-ubi8:latest*
--context-dir='tomcat-websocket-chat' \
--build-env MAVEN_MIRROR_URL=\http://10.0.0.1:8080/repository/internal/ \
--name=jws-wsch-app
2.5.6 Creating a JWS for OpenShift application by using existing Maven binaries
oc new-build --binary=true \
--image-stream=jboss-webserver57-openjdk8-tomcat9-openshift-ubi8:latest*
--name=jws-wsch-app
- mentioned on