Skip to content
This repository was archived by the owner on May 31, 2019. It is now read-only.

Commit c60105d

Browse files
authored
Update README and add appveyor.yml (#223)
1 parent 43895bc commit c60105d

File tree

5 files changed

+30
-9
lines changed

5 files changed

+30
-9
lines changed

1.1/jessie/runtime/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11

2-
ASP.NET Core Docker Image
3-
=========================
2+
ASP.NET Core Runtime Docker Image
3+
=================================
44

55
This repository contains images for running published ASP.NET Core applications. These images use the
66
[microsoft/dotnet](https://hub.docker.com/r/microsoft/dotnet/) image as its base.
77

8-
[![Downloads from Docker Hub](https://img.shields.io/docker/pulls/microsoft/aspnetcore.svg?style=flat-square)](https://hub.docker.com/r/microsoft/aspnetcore)
9-
[![Stars on Docker Hub](https://img.shields.io/docker/stars/microsoft/aspnetcore.svg?style=flat-square)](https://hub.docker.com/r/microsoft/aspnetcore)
8+
These images contain the runtime only. Use [`microsoft/aspnetcore-build`](https://hub.docker.com/r/microsoft/aspnetcore-build/) to build ASP.NET Core apps inside the container.
109

1110
## Supported tags
1211

13-
- [`1.1.1`, `1.1`, `latest` (*Dockerfile*)](https://github.com/aspnet/aspnet-docker/blob/master/1.1/jessie/runtime/Dockerfile)
12+
- [`1.1.1`, `1.1`, `1`, `latest` (*Dockerfile*)](https://github.com/aspnet/aspnet-docker/blob/master/1.1/jessie/runtime/Dockerfile)
13+
- [`1.1.1-nanoserver`, `1.1-nanoserver`, `1-nanoserver`, `nanoserver` (*Dockerfile*)](https://github.com/aspnet/aspnet-docker/blob/master/1.1/nanoserver/runtime/Dockerfile)
1414
- [`1.0.4`, `1.0`, `lts` (*Dockerfile*)](https://github.com/aspnet/aspnet-docker/blob/master/1.0/jessie/runtime/Dockerfile)
15+
- [`1.0.4-nanoserver`, `1.0-nanoserver`, `lts-nanoserver` (*Dockerfile*)](https://github.com/aspnet/aspnet-docker/blob/master/1.0/nanoserver/runtime/Dockerfile)
1516

1617
## What is ASP.NET Core?
1718

1.1/jessie/runtime/hooks/post_push

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ echo "Pushing tag: '$tagName'"
77
docker tag $IMAGE_NAME $tagName
88
docker push $tagName
99

10+
tagName="$DOCKER_REPO:1"
11+
echo "Pushing tag: '$tagName'"
12+
docker tag $IMAGE_NAME $tagName
13+
docker push $tagName
14+
1015
tagName="$DOCKER_REPO:1.1.1"
1116
echo "Pushing tag: '$tagName'"
1217
docker tag $IMAGE_NAME $tagName

1.1/jessie/sdk/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ ASP.NET Core Build Docker Image
44

55
This repository contains images that are used to compile/publish ASP.NET Core applications inside the container. This is different to compiling an ASP.NET Core application and then adding the compiled output to an image, which is what you would do when using the [microsoft/aspnetcore](https://hub.docker.com/r/microsoft/aspnetcore/) image. These Dockerfiles use the [microsoft/dotnet](https://hub.docker.com/r/microsoft/dotnet/) image as its base.
66

7-
[![Downloads from Docker Hub](https://img.shields.io/docker/pulls/microsoft/aspnetcore-build.svg?style=flat-square)](https://hub.docker.com/r/microsoft/aspnetcore-build)
8-
[![Stars on Docker Hub](https://img.shields.io/docker/stars/microsoft/aspnetcore-build.svg?style=flat-square)](https://hub.docker.com/r/microsoft/aspnetcore-build)
9-
107
## Supported tags
118

12-
- [`1.1.1`, `1.1`, `latest` (*Dockerfile*)](https://github.com/aspnet/aspnet-docker/blob/master/1.1/jessie/sdk/Dockerfile)
9+
- [`1.1.1`, `1.1`, `1`, `latest` (*Dockerfile*)](https://github.com/aspnet/aspnet-docker/blob/master/1.1/jessie/sdk/Dockerfile)
10+
- [`1.1.1-nanoserver`, `1.1-nanoserver`, `1-nanoserver`, `nanoserver` (*Dockerfile*)](https://github.com/aspnet/aspnet-docker/blob/master/1.1/nanoserver/sdk/Dockerfile)
1311
- [`1.0.4`, `1.0`, `lts` (*Dockerfile*)](https://github.com/aspnet/aspnet-docker/blob/master/1.0/jessie/sdk/Dockerfile)
12+
- [`1.0.4-nanoserver`, `1.0-nanoserver`, `lts-nanoserver` (*Dockerfile*)](https://github.com/aspnet/aspnet-docker/blob/master/1.0/nanoserver/sdk/Dockerfile)
1413
- [`1.0-1.1-2017-03`, `1.0-1.1` (designed for CI builds), (*Dockerfile*)](https://github.com/aspnet/aspnet-docker/blob/master/1.1/jessie/kitchensink/Dockerfile)
14+
- [`1.0-1.1-2017-03-nanoserver`, `1.0-1.1-nanoserver` (designed for CI builds), (*Dockerfile*)](https://github.com/aspnet/aspnet-docker/blob/master/1.1/nanoserver/kitchensink/Dockerfile)
1515

1616
## What is ASP.NET Core?
1717

1.1/jessie/sdk/hooks/post_push

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ echo "Pushing tag: '$tagName'"
77
docker tag $IMAGE_NAME $tagName
88
docker push $tagName
99

10+
tagName="$DOCKER_REPO:1"
11+
echo "Pushing tag: '$tagName'"
12+
docker tag $IMAGE_NAME $tagName
13+
docker push $tagName
14+
1015
tagName="$DOCKER_REPO:1.1.1"
1116
echo "Pushing tag: '$tagName'"
1217
docker tag $IMAGE_NAME $tagName

appveyor.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
build_script:
2+
- ps: .\build.ps1
3+
test_script:
4+
- ps: .\test\test.ps1
5+
branches:
6+
only:
7+
- master
8+
- /^(.*\/)?ci-.*$/
9+
deploy: off
10+
os: Visual Studio 2017

0 commit comments

Comments
 (0)