Skip to content
This repository was archived by the owner on Oct 31, 2021. It is now read-only.

Conversation

ninjarobot
Copy link
Collaborator

This bumps the FSharp version to 4.1.25 which has some build and packaging optimizations since this also moves to mono 5.0.1.1 which supports msbuild.

Since mono 5.0 supports Debian Jessie, the base OS for this image is also Jessie now.

CC: @SteveDesmond-ca

# Download, validate against checksum (from https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.0.4-1.1.1-sharedfx-SHA.txt),
# install runtime.
RUN echo "4477a1592779f439091d8432c456b6f187d7aec8ca016b214f0aa483867c8fdd dotnet-dev-debian-x64.$DOTNET_SDK_VERSION.tar.gz" >> dotnetcore-CHECKSUM \
&& curl -SL $DOTNET_SDK_DOWNLOAD_URL --output dotnet-dev-debian-x64.$DOTNET_SDK_VERSION.tar.gz \

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line fails because curl isn't installed. Installing curl leads to an SSL error. I noticed this was the first to use jessie-slim as the base. I think it might be a little too slim! Kind of questioning this whole file again, given its similarity to the microsoft/dotnet image.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SteveDesmond-ca I dropped it for the time being, as I just let it ride along and really just the mono image needs an update.

@ninjarobot ninjarobot merged commit 96cd775 into fsprojects-archive:master Aug 8, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants