File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,18 +67,18 @@ Process it to create the needed objects. You can list the parameters using
67
67
Some suitable test values for the parameters are
68
68
69
69
* JDK_VERSION: 21
70
- * APP_URI: https://github.com/jboss-container-images /openjdk-test-applications
70
+ * APP_URI: https://github.com/rh-openjdk /openjdk-container -test-applications
71
71
* REF: master
72
- * CONTEXT_DIR: quarkus-quickstarts/getting-started-3.9 .2-uberjar
72
+ * CONTEXT_DIR: quarkus-quickstarts/getting-started-3.21 .2-uberjar
73
73
* APPNAME: quarkus-quickstart
74
74
* TARGET_PORT: 8080
75
75
* SERVICE_PORT: 8080
76
76
77
77
oc process \
78
78
-p JDK_VERSION=21 \
79
- -p APP_URI=https://github.com/jboss-container-images /openjdk-test-applications \
79
+ -p APP_URI=https://github.com/rh-openjdk /openjdk-container -test-applications \
80
80
-p REF=master \
81
- -p CONTEXT_DIR=quarkus-quickstarts/getting-started-3.9 .2-uberjar \
81
+ -p CONTEXT_DIR=quarkus-quickstarts/getting-started-3.21 .2-uberjar \
82
82
-p APPNAME=quarkus-quickstart \
83
83
-p TARGET_PORT=8080 \
84
84
-p SERVICE_PORT=8080 \
You can’t perform that action at this time.
0 commit comments