-
Notifications
You must be signed in to change notification settings - Fork 315
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
Initial runtime docker image files #707
base: main
Are you sure you want to change the base?
Conversation
The initial commands in the readme did not work for me after building the container - latest wasn't tagged, but when I switched to the actual tag from docker images | grep 'mcr.microsoft.com/dotnet-spark' | awk '{print $2}' |
Thanks a lot @JeremyLikness for testing!
I'll update the readme to not use latest, as the build script supports specifying different versions of Apache Spark and .NET for Apache Spark. However, only an image with the latest versions of both should be tagged as latest, in my opinion. |
This PR contains a build script, Dockerfile(s), README.md and supporting files to create a docker image that can be used to run .NET for Apache Spark in a container.
An initial description for the runtime image, along with the folder structure can be found here: https://github.com/indy-3rdman/spark/tree/runtime-docker-image/docker/images/runtime
There will be two other images. Dev and interactive.
All of them would reside under the /docker/images directory as shown below.
At the moment some files still include references to my original images on the docker hub and to some of my blog posts.
If you have any further questions, please let know.