Update Windows base image

pull/4/head
Stefan Scherer 7 years ago
parent 2f64af13c7
commit 2775154e40
No known key found for this signature in database
GPG Key ID: 5966AEAC37E957FA

@ -1,5 +1,5 @@
ARG golang=golang:nanoserver ARG golang=golang:nanoserver
ARG target=microsoft/nanoserver ARG target=microsoft/nanoserver:10.0.14393.1884
FROM $golang AS build FROM $golang AS build

@ -44,3 +44,17 @@ Simple HTTP docker service that prints it's container ID
Used for a first Used for a first
[swarm-mode demo](https://github.com/StefanScherer/docker-windows-box/tree/master/swarm-mode) [swarm-mode demo](https://github.com/StefanScherer/docker-windows-box/tree/master/swarm-mode)
with Windows containers. 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
```

Binary file not shown.

Before

Width:  |  Height:  |  Size: 215 KiB

After

Width:  |  Height:  |  Size: 227 KiB

Loading…
Cancel
Save