Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aarnott/linux-buildagent
- Owner: AArnott
- Created: 2018-09-13T17:58:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-29T14:37:38.000Z (over 5 years ago)
- Last Synced: 2024-12-01T00:03:50.301Z (about 2 months ago)
- Language: Dockerfile
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.