-
Notifications
You must be signed in to change notification settings - Fork 28.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SPARK-50424][INFRA] Extract the common content of Dockerfile
from Docs
, Linter
, and SparkR
test images
#48967
base: master
Are you sure you want to change the base?
Conversation
Dockerfile
from Docs
, Linter
, and SparkR
images
Dockerfile
from Docs
, Linter
, and SparkR
imagesDockerfile
from Docs
, Linter
, and SparkR
test images
IMHO, we don't need |
Okay, allow me to update it. |
Updated. |
What changes were proposed in this pull request?
The pr aims to extract the
common
content ofDockerfile
fromDocs
,Linter
, andSparkR
test images.Why are the changes needed?
In the following files,
dev/spark-test-image/docs/Dockerfile
spark/dev/spark-test-image/docs/Dockerfile
Lines 20 to 32 in 9bab16a
dev/spark-test-image/lint/Dockerfile
spark/dev/spark-test-image/lint/Dockerfile
Lines 20 to 32 in 9bab16a
dev/spark-test-image/sparkr/Dockerfile
spark/dev/spark-test-image/sparkr/Dockerfile
Lines 20 to 32 in 9bab16a
there are some
common
contents that we should extract for future maintenance and updates.Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass GA.
Was this patch authored or co-authored using generative AI tooling?
No.