Skip to content

Commit

Permalink
Update Rayvens to version 0.6.0 and Ray to version 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tardieu committed Sep 6, 2022
1 parent b8bc0c9 commit 97cb9ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

ARG base_image=rayproject/ray:1.12.1-py38
ARG base_image=rayproject/ray:1.13.0-py38
FROM ${base_image}

COPY --from=docker.io/apache/camel-k:1.5.1 /usr/local/bin/kamel /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

ARG base_image=rayproject/ray:1.12.1-py38
ARG base_image=rayproject/ray:1.13.0-py38
FROM ${base_image}

COPY --from=docker.io/apache/camel-k:1.5.1 /usr/local/bin/kamel /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ add the necessary dependencies to enable the running of Camel-K sources and
sinks in local mode inside the container.
The all-in-one Rayvens container image distributed on
[quay.io](https://quay.io/repository/ibm/rayvens) adds Camel-K 1.5.1 to a base
`rayproject/ray:1.12.1-py38` image. See [Dockerfile.release](Dockerfile.release)
`rayproject/ray:1.13.0-py38` image. See [Dockerfile.release](Dockerfile.release)
for specifics.

### Operator Mode Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion scripts/rayvens-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.
#

rayvens_version=0.5.0
rayvens_version=0.6.0

config="rayvens.yaml"
namespace="ray"
Expand Down

0 comments on commit 97cb9ac

Please sign in to comment.