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 @@ -59,18 +59,18 @@ Process it to create the needed objects. You can list the parameters using
59
59
Some suitable test values for the parameters are
60
60
61
61
* JDK_VERSION: 21
62
- * APP_URI: https://github.com/jboss-container-images /openjdk-test-applications
62
+ * APP_URI: https://github.com/rh-openjdk /openjdk-container -test-applications
63
63
* REF: master
64
- * CONTEXT_DIR: quarkus-quickstarts/getting-started-3.9 .2-uberjar
64
+ * CONTEXT_DIR: quarkus-quickstarts/getting-started-3.21 .2-uberjar
65
65
* APPNAME: quarkus-quickstart
66
66
* TARGET_PORT: 8080
67
67
* SERVICE_PORT: 8080
68
68
69
69
oc process \
70
70
-p JDK_VERSION=21 \
71
- -p APP_URI=https://github.com/jboss-container-images /openjdk-test-applications \
71
+ -p APP_URI=https://github.com/rh-openjdk /openjdk-container -test-applications \
72
72
-p REF=master \
73
- -p CONTEXT_DIR=quarkus-quickstarts/getting-started-3.9 .2-uberjar \
73
+ -p CONTEXT_DIR=quarkus-quickstarts/getting-started-3.21 .2-uberjar \
74
74
-p APPNAME=quarkus-quickstart \
75
75
-p TARGET_PORT=8080 \
76
76
-p SERVICE_PORT=8080 \
You can’t perform that action at this time.
0 commit comments