Docker image is not updated
Description
Docker image of IfSharp
https://hub.docker.com/r/fsprojects/ifsharp
Updated a year ago
Could you update this image, please.
Sounds good, if someone wants to update the Docker image that's most welcome.
I've spent a few hours trying to get the Docker image to build locally with no luck. I won't detail the errors because it's just been a game a wack-a-mole. Perhaps someone more knowledgeable with this project could audit the Dockerfile build and get it back into shape, it seems to have suffered from general code rot (docker builds are not always as reproducible as you might hope, breaking changes to externally pulled dependencies can creep in).
^ sorry if the above sounded rude - I didn't mean it to be :)
No problem @stephen-swensen and thanks for giving a go. There have been occasional contributions to the Docker image but it's not heavily used, and I personally don't use it at all, so getting out sync with upstream dependencies makes sense. Fixes for this would be welcome from anyone who can manage it!
I made a version which builds for netcore, though I didn't update the mono one.
https://github.com/jhgoodwin/IfSharp/tree/features/add_netcore_dockerfile
The intellisense is broken in mine, which I think is due to 0 opened comms messages in the /notebooks/shell.log
I built it like this:
docker build -f netcore.Dockerfile -t jhgoodwin/ifsharp:dev .
Note my version uses the current source to build instead of using git and pulling down external sources.