Skip to content

Commit b87d202

Browse files
authored
Update preloader dependencies for camel-k 1.5 (#14)
1 parent 8921a7e commit b87d202

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN sudo apt-get update \
2525
&& sudo apt-get clean
2626

2727
COPY --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

3030
COPY --chown=ray:users setup.py rayvens/
3131
COPY --chown=ray:users rayvens rayvens/rayvens/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ installation or image. The Rayvens image is based on a Ray image onto which we
228228
add the necessary dependencies to enable the running of Camel-K sources and
229229
sinks in local mode inside the container.
230230
The 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)
233233
for specifics.
234234

scripts/rayvens-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public class Preloader extends RouteBuilder {
139139
}
140140
}
141141
EOF
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

0 commit comments

Comments
 (0)