Skip to content

Commit

Permalink
Update ubi base image, drop legacy ray node (#1424)
Browse files Browse the repository at this point in the history
* update ubi base image, drop legacy ray node

Signed-off-by: Paul S. Schweigert <[email protected]>

* use minor version tag

Signed-off-by: Paul S. Schweigert <[email protected]>

---------

Signed-off-by: Paul S. Schweigert <[email protected]>
  • Loading branch information
psschwei authored Jul 26, 2024
1 parent 843ee36 commit c762f55
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 50 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-ray-node
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9-minimal:9.4-1134
FROM registry.access.redhat.com/ubi9-minimal:9.4
RUN microdnf install -y python3.11-3.11.7 python3.11-pip-22.3.1 python3.11-devel-3.11.7 vim-enhanced-8.2.2637 wget-1.21.1 &&\
microdnf clean all
RUN ln -s /usr/bin/python3.11 /usr/local/bin/python3 && \
Expand Down
48 changes: 0 additions & 48 deletions Dockerfile-ray-node-community

This file was deleted.

2 changes: 1 addition & 1 deletion gateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9-minimal:9.4-1134
FROM registry.access.redhat.com/ubi9-minimal:9.4
RUN microdnf install -y python3.11-3.11.7 python3.11-pip-22.3.1 python3.11-devel-3.11.7 vim-enhanced-8.2.2637 &&\
microdnf clean all
RUN ln -s /usr/bin/python3.11 /usr/local/bin/python3 && \
Expand Down

0 comments on commit c762f55

Please sign in to comment.