You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 31, 2019. It is now read-only.
Changes: * Make `2` an "undocumented" tag (following what microsoft/dotnet) * Add links to `microsoft/dotnet` for 2.1 images * Update explanation of the migration to 2.1
Copy file name to clipboardExpand all lines: README.aspnetcore-build-nightly.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,29 @@ ASP.NET Core Build Docker Image (Nightly)
4
4
5
5
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-nightly](https://hub.docker.com/r/microsoft/aspnetcore-nightly/) image. These Dockerfiles use the [microsoft/dotnet](https://hub.docker.com/r/microsoft/dotnet/) image as its base.
6
6
7
+
Latest images for **2.1** and newer are now available on [microsoft/dotnet-nightly](https://hub.docker.com/r/microsoft/dotnet-nightly/). See [this link][migrate] for more details about migrating to 2.1.
The [.NET Core Docker samples](https://github.com/dotnet/dotnet-docker/blob/master/samples/README.md) show various ways to use .NET Core and Docker together. See [Building Docker Images for .NET Core Applications](https://docs.microsoft.com/dotnet/core/docker/building-net-docker-images) to learn more.
- For 2.1 and up, use [microsoft/dotnet-nightly][migrate].
21
30
22
31
>**Note:** In images tagged with two versions in this pattern `A.B.C-X.Y.Z`, the first version `A.B.C` represents the .NET Core runtime version, and the second `X.Y.Z` represents the .NET Core SDK version.
23
32
@@ -35,8 +44,7 @@ This image contains:
35
44
36
45
# Related images
37
46
38
-
1.[microsoft/dotnet](https://hub.docker.com/r/microsoft/dotnet/) - the .NET Core image if you don't need the ASP.NET Core specific optimizations.
39
-
2.[microsoft/aspnetcore-nightly](https://hub.docker.com/r/microsoft/aspnetcore-nightly/) - the ASP.NET Core runtime image, for when you don't need to build inside a container.
47
+
*[microsoft/aspnetcore-nightly](https://hub.docker.com/r/microsoft/aspnetcore-nightly/) - the ASP.NET Core runtime image, for when you don't need to build inside a container.
Copy file name to clipboardExpand all lines: README.aspnetcore-build.md
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,24 +4,34 @@ ASP.NET Core Build Docker Image
4
4
5
5
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.
6
6
7
+
Latest images for **2.1** and newer are now available on [microsoft/dotnet](https://hub.docker.com/r/microsoft/dotnet/). See [this link][migrate] for more details about migrating to 2.1.
The [.NET Core Docker samples](https://github.com/dotnet/dotnet-docker/blob/master/samples/README.md) show various ways to use .NET Core and Docker together. See [Building Docker Images for .NET Core Applications](https://docs.microsoft.com/dotnet/core/docker/building-net-docker-images) to learn more.
- For 2.1 and up, use [microsoft/dotnet][migrate].
25
35
26
36
>**Note:** In images tagged with two versions in this pattern `A.B.C-X.Y.Z`, the first version `A.B.C` represents the .NET Core runtime version, and the second `X.Y.Z` represents the .NET Core SDK version.
27
37
@@ -39,8 +49,7 @@ This image contains:
39
49
40
50
# Related images
41
51
42
-
1.[microsoft/dotnet](https://hub.docker.com/r/microsoft/dotnet/) - the .NET Core image if you don't need the ASP.NET Core specific optimizations.
43
-
2.[microsoft/aspnetcore](https://hub.docker.com/r/microsoft/aspnetcore/) - the ASP.NET Core runtime image, for when you don't need to build inside a container.
52
+
*[microsoft/aspnetcore](https://hub.docker.com/r/microsoft/aspnetcore/) - the ASP.NET Core runtime image, for when you don't need to build inside a container.
Copy file name to clipboardExpand all lines: README.aspnetcore-nightly.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,28 +2,33 @@
2
2
ASP.NET Core Runtime Docker Image (Nightly)
3
3
===========================================
4
4
5
-
This repository contains images for running published ASP.NET Core applications. These images use the
6
-
[microsoft/dotnet](https://hub.docker.com/r/microsoft/dotnet/) image as its base.
5
+
This repository contains images for running published ASP.NET Core applications. These images contain the runtime only. Use [`microsoft/aspnetcore-build-nightly`](https://hub.docker.com/r/microsoft/aspnetcore-build-nightly/) to build ASP.NET Core apps inside the container.
7
6
8
-
These images contain the runtime only. Use [`microsoft/aspnetcore-build-nightly`](https://hub.docker.com/r/microsoft/aspnetcore-build-nightly/) to build ASP.NET Core apps inside the container.
7
+
Latest images for **2.1** and newer are now available on [microsoft/dotnet-nightly](https://hub.docker.com/r/microsoft/dotnet-nightly/). See [this link][migrate] for more details about migrating to 2.1.
The [.NET Core Docker samples](https://github.com/dotnet/dotnet-docker/blob/master/samples/README.md) show various ways to use .NET Core and Docker together. See [Building Docker Images for .NET Core Applications](https://docs.microsoft.com/dotnet/core/docker/building-net-docker-images) to learn more.
- For 2.1 and up, use [microsoft/dotnet-nightly][migrate].
27
32
28
33
# What is ASP.NET Core?
29
34
@@ -40,8 +45,7 @@ This image contains:
40
45
41
46
# Related images
42
47
43
-
1.[microsoft/dotnet](https://hub.docker.com/r/microsoft/dotnet/) - the .NET Core image if you don't need the ASP.NET Core specific optimizations.
44
-
2.[microsoft/aspnetcore-build-nightly](https://hub.docker.com/r/microsoft/aspnetcore-build-nightly/) - The ASP.NET Core build image for publishing an ASP.NET Core app inside a container.
48
+
*[microsoft/aspnetcore-build-nightly](https://hub.docker.com/r/microsoft/aspnetcore-build-nightly/) - The ASP.NET Core build image for publishing an ASP.NET Core app inside a container.
Copy file name to clipboardExpand all lines: README.aspnetcore.md
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,32 +2,39 @@
2
2
ASP.NET Core Runtime Docker Image
3
3
=================================
4
4
5
-
This repository contains images for running published ASP.NET Core applications. These images use the
6
-
[microsoft/dotnet](https://hub.docker.com/r/microsoft/dotnet/) image as its base.
5
+
This repository contains images for running published ASP.NET Core applications. 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.
7
6
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.
7
+
Latest images for **2.1** and newer are now available on [microsoft/dotnet](https://hub.docker.com/r/microsoft/dotnet/). See [this link][migrate] for more details about migrating to 2.1.
The [.NET Core Docker samples](https://github.com/dotnet/dotnet-docker/blob/master/samples/README.md) show various ways to use .NET Core and Docker together. See [Building Docker Images for .NET Core Applications](https://docs.microsoft.com/dotnet/core/docker/building-net-docker-images) to learn more.
- For 2.1 and up, use [microsoft/dotnet][migrate].
31
38
32
39
# What is ASP.NET Core?
33
40
@@ -44,8 +51,7 @@ This image contains:
44
51
45
52
# Related images
46
53
47
-
1.[microsoft/dotnet](https://hub.docker.com/r/microsoft/dotnet/) - the .NET Core image if you don't need the ASP.NET Core specific optimizations.
48
-
2.[microsoft/aspnetcore-build](https://hub.docker.com/r/microsoft/aspnetcore-build/) - The ASP.NET Core build image for publishing an ASP.NET Core app inside a container.
54
+
*[microsoft/aspnetcore-build](https://hub.docker.com/r/microsoft/aspnetcore-build/) - The ASP.NET Core build image for publishing an ASP.NET Core app inside a container.
0 commit comments