Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 26, 2020. It is now read-only.

sunsided/dotnet-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dotnet-cli docker image

Build the Ubuntu Bionic base image

The Ubuntu image sunside/bionic-libuv is based on ubuntu:disco, contains curl and vim-tiny as well as a custom built version of libuv.

docker build -t sunside/bionic-libuv:1.32.0 -f Dockerfile.disco-libuv .

Build the Mono base image

The Mono image sunside/bionic-mono is based on a nightly build of mono-runtime. Make sure the build.sh file lists the correct versions; you can check them on the Mono download page and the Ubuntu package repository at http://origin-download.mono-project.com/repo/ubuntu/dists/bionic/main/binary-amd64/Packages (or similar, depending on the current version).

docker build -t sunside/disco-mono:6.4.0.198 -f Dockerfile.mono .

Build the dotnet base image

The dotnet image sunside/dotnet contains the latest dotnet ("preview2") CLI version from dot.net.

docker build -t sunside/dotnet:3.1.100-2.2.402 -f Dockerfile.dotnet .
docker build -t sunside/dotnet:3.1.100 -f Dockerfile.dotnet-slim .

About

dotnet build Docker images with Mono and GitVersion

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages