[ci] add CLI for local Docker image builder (build_image.py)#61338
Merged
[ci] add CLI for local Docker image builder (build_image.py)#61338
Conversation
Contributor
Author
Contributor
Author
|
This was referenced Feb 26, 2026
3b7d6b4 to
2e899ae
Compare
084fdf7 to
18f0482
Compare
Contributor
There was a problem hiding this comment.
Code Review
This pull request adds a command-line interface to the build_image.py script, which is a great improvement for usability. The implementation uses argparse and provides helpful tables and examples in the help output. The code is well-structured and includes a new test case for the help output. I've found one area for improvement regarding hardcoded values in the example generation logic to make it more robust.
2e899ae to
b3feb41
Compare
18f0482 to
030abaf
Compare
b3feb41 to
a058924
Compare
030abaf to
acfab2c
Compare
a058924 to
decb768
Compare
acfab2c to
f77f128
Compare
f77f128 to
5a12479
Compare
decb768 to
7b7dbfe
Compare
5a12479 to
6e77ce0
Compare
7b7dbfe to
4bf968e
Compare
6e77ce0 to
a630159
Compare
17a2265 to
4c6496b
Compare
a630159 to
50c2f56
Compare
4c6496b to
73b0887
Compare
50c2f56 to
a6b2954
Compare
ae42ac3 to
7e545e8
Compare
c83d79c to
dcbda35
Compare
7e545e8 to
777af75
Compare
777af75 to
d4b4392
Compare
dcbda35 to
0254cb8
Compare
d4b4392 to
cd973c0
Compare
0254cb8 to
ca00c9a
Compare
cd973c0 to
706e94d
Compare
f0a7c30 to
cc0b102
Compare
d994de6 to
ae486d4
Compare
aslonnie
approved these changes
Mar 3, 2026
cc0b102 to
ba0be70
Compare
ae486d4 to
a78f117
Compare
Base automatically changed from
andrew/revup/master/build-image-builder
to
master
March 3, 2026 22:52
Collaborator
|
hmm.. has some conflicts? |
aslonnie
reviewed
Mar 4, 2026
Collaborator
aslonnie
left a comment
There was a problem hiding this comment.
waiting for conflict resolving.
Add argparse CLI with image type/platform tables, nightly alias quick-reference, and example commands. Supports --list-platforms and sensible defaults per image type. Topic: build-image-cli Relative: build-image-builder Signed-off-by: andrew <andrew@anyscale.com>
ba0be70 to
d8861c5
Compare
Contributor
Author
|
Rebase conflicts resolved 🫡 |
bittoby
pushed a commit
to bittoby/ray
that referenced
this pull request
Mar 6, 2026
…ject#61338) Add argparse CLI with image type/platform tables, nightly alias quick-reference, and example commands. Supports --list-platforms and sensible defaults per image type. Signed-off-by: andrew <andrew@anyscale.com> Signed-off-by: bittoby <bittoby@users.noreply.github.com>
ryanaoleary
pushed a commit
to ryanaoleary/ray
that referenced
this pull request
Mar 13, 2026
…ject#61338) Add argparse CLI with image type/platform tables, nightly alias quick-reference, and example commands. Supports --list-platforms and sensible defaults per image type. Signed-off-by: andrew <andrew@anyscale.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add argparse CLI with image type/platform tables, nightly alias quick-reference, and example commands. Supports --list-platforms and sensible defaults per image type.
Topic: build-image-cli
Relative: build-image-builder
Signed-off-by: andrew andrew@anyscale.com