fsharp
1M+
DEPRECATED; use https://hub.docker.com/_/microsoft-dotnet-sdk/
These images have been removed in favor of the official .NET SDK image, provided and maintained by Microsoft.
Maintained by:
the F# Community
Where to get help:
the Docker Community Forums, the Docker Community Slack, or Stack Overflow
Dockerfile linksWhere to file issues:
https://github.com/fsprojects/docker-fsharp/issues
Supported architectures: (more info)
amd64, arm64v8
Published image artifact details:
repo-info repo's repos/fsharp/ directory (history)
(image metadata, transfer size, etc)
Image updates:
official-images repo's library/fsharp label
official-images repo's library/fsharp file (history)
Source of this description:
docs repo's fsharp/ directory (history)
F# (pronounced F sharp) is a strongly typed, multi-paradigm programming language that encompasses functional, imperative, and object-oriented programming techniques. F# is most often used as a cross-platform CLI language, but can also be used to generate JavaScript and GPU code.

The most straightforward way to use this image is to use it both as the build and runtime environment. In your Dockerfile, you can write something similar to the following:
FROM fsharp
COPY . /app
RUN xbuild /app/myproject.sln
This will copy your application source code into the image and use xbuild to build it.
View the Apache 2.0 license for the software contained in this image.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
Some additional license information which was able to be auto-detected might be found in the repo-info repository's fsharp/ directory.
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
Content type
Image
Digest
Size
317.6 MB
Last updated
over 4 years ago
docker pull fsharp:netcorePulls:
175
Last week
Docker Official Images are a curated set of Docker open source and drop-in solution repositories.
These images have clear documentation, promote best practices, and are designed for the most common use cases.