[image] add apt-get upgrade for slim bases#62666
Merged
Merged
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Reviewed by Cursor Bugbot for commit 8af6258e1faf5c74eb4ef63426bbacf13b0968d3. Configure here.
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces apt-get upgrade -y into the Dockerfile. The review feedback highlights that this practice is discouraged due to its impact on build reproducibility and image size. Additionally, the second occurrence lacks the DEBIAN_FRONTEND=noninteractive setting, which may cause the build process to hang during package configuration.
to pick up latest ubuntu apt source updates Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
8af6258 to
12a614d
Compare
andrew-anyscale
approved these changes
Apr 16, 2026
sai-miduthuri
approved these changes
Apr 16, 2026
aslonnie
added a commit
to anyscale/ray
that referenced
this pull request
Apr 17, 2026
add apt-get update for slim base Signed-off-by: Lonnie Liu <95255098+aslonnie@users.noreply.github.com>
aslonnie
added a commit
that referenced
this pull request
Apr 17, 2026
HLDKNotFound
pushed a commit
to chichic21039/ray
that referenced
this pull request
Apr 22, 2026
to pick up latest ubuntu apt source updates Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
Lucas61000
pushed a commit
to Lucas61000/ray
that referenced
this pull request
May 15, 2026
to pick up latest ubuntu apt source updates Signed-off-by: Lonnie Liu <lonnie@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.

to pick up latest ubuntu apt source updates