File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN sudo apt-get update \
2525 && sudo apt-get clean
2626
2727COPY --chown=ray:users scripts/Preloader.java .
28- RUN kamel local run Preloader.java --dependency camel-k:loader-yaml ; rm Preloader.java
28+ RUN kamel local run Preloader.java --dependency mvn:org.apache. camel.quarkus:camel-quarkus-java-joor-dsl ; rm Preloader.java
2929
3030COPY --chown=ray:users setup.py rayvens/
3131COPY --chown=ray:users rayvens rayvens/rayvens/
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ installation or image. The Rayvens image is based on a Ray image onto which we
228228add the necessary dependencies to enable the running of Camel-K sources and
229229sinks in local mode inside the container.
230230The all-in-one Rayvens container image distributed on
231- [ quay.io] ( https://quay.io/repository/ibm/rayvens ) adds Camel-K 1.4 to a base
231+ [ quay.io] ( https://quay.io/repository/ibm/rayvens ) adds Camel-K 1.5 to a base
232232` rayproject/ray:1.4.1-py38 ` image. See [ Dockerfile.release] ( Dockerfile.release )
233233for specifics.
234234
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ public class Preloader extends RouteBuilder {
139139 }
140140}
141141EOF
142- kamel local run " $tmp " /Preloader.java --dependency camel-k:loader-yaml
142+ kamel local run " $tmp " /Preloader.java --dependency mvn:org.apache. camel.quarkus:camel-quarkus-java-joor-dsl
143143 rm " $tmp " /Preloader.java
144144 rmdir " $tmp "
145145 exit 0
You can’t perform that action at this time.
0 commit comments