Commit Graph

10 Commits

Author SHA1 Message Date
Nate McMaster e295d0506e
Ignore GROUP_ID when building the RHEL docker build image 2018-11-01 17:37:03 -07:00
Nate McMaster 27deb6f6f8
Remove dependency on Docker from MSBuild targets (#3866)
Changes:
* This removes MSBuild targets which invoke `docker` commands to build
   deb and rpm installers
* Remove installer targets from the KoreBuild context. Put them into
   separate project files
* Simplify the targets used to build installers by reducing duplicate
   variable names and deeply nested MSBuild contexts
* Remove unused dependencies from the Docker build context
2018-11-01 15:02:29 -07:00
Nate McMaster a7811c5656
Ensure .NET Core runtimes are install in alpine builds to tests can run 2018-07-03 12:26:20 -07:00
Nate McMaster d9c9f94492
React to SDK renaming to linux-musl-x64
Backport dd1934771f
2018-05-01 10:34:33 -07:00
Nate McMaster 2657a17a63
Use an older version of microsoft/dotnet which still has libunwind.so in it 2018-04-10 11:57:42 -07:00
Nate McMaster 5aa5f92345
Adjust docker build to use current user ID (#977) 2018-03-20 16:17:59 -07:00
Nate McMaster 66c53b843e
Use wget instead of curl inside alpine docker build
For reasons I don't understand, curl started failing over the weekend with:

    curl: (48) An unknown option was passed in to libcurl

This change to wget instead which works just as well
2018-03-19 12:00:46 -07:00
Nate McMaster 416fe6abfe
Add Alpine Linux download links to the README and remove conditionals to exclude building alpine (#960) 2018-03-14 16:15:08 -07:00
Nate McMaster 2d6680986f
Remove entrypoint from Dockerfile so build arguments properly flow into the container 2018-03-12 16:08:06 -07:00
Nate McMaster 1c7f4142aa
Implement script to run build inside a local docker container (#950) 2018-03-12 14:04:12 -07:00