Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aarnott/linux-buildagent

A .NET Core friendly linux container build
https://github.com/aarnott/linux-buildagent

Last synced: 21 days ago
JSON representation

A .NET Core friendly linux container build

Awesome Lists containing this project

README

        

# linux-buildagent

[![DockerHub pull count](https://img.shields.io/docker/pulls/andrewarnott/linux-buildagent.svg)](https://hub.docker.com/r/andrewarnott/linux-buildagent/)
[![Build Status](https://andrewarnott.visualstudio.com/OSS/_apis/build/status/linux-buildagent)](https://andrewarnott.visualstudio.com/OSS/_build/latest?definitionId=12)

Docker image is based on Ubuntu xenial (16.04) and includes:

* .NET Core 1.0 runtime
* .NET Core 1.1 runtime
* .NET Core 2.0 runtime
* .NET Core 2.1 runtime
* .NET Core 2.1 SDK (various versions)

To add more packages to this image, run `apt-get update` first in order to repopulate the package cache before running `apt-get install`.