diff --git a/Dockerfile.windows b/Dockerfile.windows index cf1e7fe..4b53950 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -1,5 +1,5 @@ ARG golang=golang:nanoserver -ARG target=microsoft/nanoserver +ARG target=microsoft/nanoserver:10.0.14393.1884 FROM $golang AS build diff --git a/README.md b/README.md index a1d7836..9943007 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,17 @@ Simple HTTP docker service that prints it's container ID Used for a first [swarm-mode demo](https://github.com/StefanScherer/docker-windows-box/tree/master/swarm-mode) with Windows containers. + +## Query all supported platforms + +``` +$ docker run --rm mplatform/mquery stefanscherer/whoami +Image: stefanscherer/whoami + * Manifest List: Yes + * Supported platforms: + - linux/amd64 + - linux/arm/v6 + - linux/arm64/v8 + - windows/amd64:10.0.14393.1884 + - windows/amd64:10.0.16299.19 +``` diff --git a/images/pipeline.png b/images/pipeline.png index 98467c8..daab8d3 100644 Binary files a/images/pipeline.png and b/images/pipeline.png differ