Docker

Similar to the installer and package manager, the docker tag takes the naming convention in which the version number is placed before the component name. The available docker tags include the runtime versions listed here:

  •     1.0.8-runtime
  •     1.0.8-sdk
  •     2.0.4-runtime
  •     2.0.4-sdk
  •     2.1.1-runtime
  •     2.1.1-sdk

The SDK version is increased when the .NET Core CLI tools that are included in the SDK are fixed and reshipped with an existing Runtime, for example, when the version is increased from Version 2.1.1 to version 2.1.2. Also, it is important to note that the SDK tags are updated to represent the SDK version and not the Runtime. Based on this, the Runtime will catch up with the SDK version numbering the next time it ships, ...

Get C# and .NET Core Test Driven Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.