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.