Skip to content

Instantly share code, notes, and snippets.

@Blind-Striker
Created July 18, 2018 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Blind-Striker/c0b154ea6178026282152d5ce0d6aaac to your computer and use it in GitHub Desktop.
Save Blind-Striker/c0b154ea6178026282152d5ce0d6aaac to your computer and use it in GitHub Desktop.
armutcom/docker-dotnet-core-images example manifest.json for Cake
{
"repos": [
{
"name": "armutcom/aspnet-core",
"readmePath": "README.md",
"images": [
{
"id": 2,
"name": "runtime",
"osType": "linux",
"os": "bionic",
"dockerfile": "2.0/ubuntu-18.04/aspnet-core/runtime/",
"tags": [
"2.0.8-bionic",
"2.0-bionic",
"2.0"
]
}
]
}
],
"tests": [
{
"id": 4,
"name": "aspnet-runtime-2.0.8-tests-bionic",
"testAppPath": "tests/2.0/TestWebApp/",
"buildArgs": [
"base_image_runtime=armutcom/aspnet-core:2.0.8-bionic",
"base_image_build=armutcom/dotnet-core-sdk:2.1.200-runtime-2.0.7-bionic",
"project_path=./TestWebApp",
"run_target=TestWebApp.dll"
],
"port" : 22346,
"httpCalls" : [
"/",
"/api/"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment