[SPARK-58302][INFRA] Remove the unused dev/infra/Dockerfile base image#57475
Closed
gaogaotiantian wants to merge 1 commit into
Closed
[SPARK-58302][INFRA] Remove the unused dev/infra/Dockerfile base image#57475gaogaotiantian wants to merge 1 commit into
gaogaotiantian wants to merge 1 commit into
Conversation
Co-authored-by: Isaac
HyukjinKwon
approved these changes
Jul 24, 2026
uros-b
approved these changes
Jul 24, 2026
Member
|
Nice cleanup, thank you @gaogaotiantian! |
uros-b
pushed a commit
that referenced
this pull request
Jul 24, 2026
### What changes were proposed in this pull request? Removed `dev/infra/Dockerfile` and all references to it. ### Why are the changes needed? This dockerfile was used for branch-3.5 only. We split the testing images since spark 4. It was in master because we used to run CIs for all branches from master. This was changed when we decouple CIs from master. So now this dockerfile is not used anywhere. We can safely remove it and stop building it. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? CI. ### Was this patch authored or co-authored using generative AI tooling? Yes, Claude Code (Opus 4.8) Closes #57475 from gaogaotiantian/remove-dev-infra-dockerfile. Authored-by: Tian Gao <gaogaotiantian@hotmail.com> Signed-off-by: Uros Bojanic <221401595+uros-b@users.noreply.github.com> (cherry picked from commit 91b101f) Signed-off-by: Uros Bojanic <221401595+uros-b@users.noreply.github.com>
Member
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.
What changes were proposed in this pull request?
Removed
dev/infra/Dockerfileand all references to it.Why are the changes needed?
This dockerfile was used for branch-3.5 only. We split the testing images since spark 4. It was in master because we used to run CIs for all branches from master. This was changed when we decouple CIs from master. So now this dockerfile is not used anywhere. We can safely remove it and stop building it.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
CI.
Was this patch authored or co-authored using generative AI tooling?
Yes, Claude Code (Opus 4.8)