Forked from https://github.com/StefanScherer/whoami.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stefan Scherer
2775154e40
|
7 years ago | |
---|---|---|
.circleci | 7 years ago | |
images | 7 years ago | |
.gitignore | 8 years ago | |
.travis.yml | 8 years ago | |
Dockerfile | 7 years ago | |
Dockerfile.windows | 7 years ago | |
LICENSE | 10 years ago | |
README.md | 7 years ago | |
appveyor-build.ps1 | 7 years ago | |
appveyor-deploy.ps1 | 7 years ago | |
appveyor-test.ps1 | 8 years ago | |
appveyor.yml | 8 years ago | |
http.go | 8 years ago | |
travis-build.sh | 7 years ago | |
travis-deploy.sh | 7 years ago | |
travis-test.sh | 8 years ago | |
whoami@.service | 10 years ago |
README.md
whoami multi-arch image
CI pipeline
- AppVeyor CI
- Build Windows image for nanoserver 2016 SAC
- windows/amd64 10.0.14393.x
- Rebase this image to nanoserver:1709 SAC
- windows/amd64 10.0.16299.x
- Build Windows image for nanoserver 2016 SAC
- Travis CI
- Matrix build for several Linux architectures
- linux/amd64
- linux/arm
- linux/arm64
- Create and push the manifest list
- preview of
docker manifest
command
- preview of
- Matrix build for several Linux architectures
Linux
Simple HTTP docker service that prints it's container ID
$ docker run -d -p 8080:8080 --name whoami -t stefanscherer/whoami
736ab83847bb12dddd8b09969433f3a02d64d5b0be48f7a5c59a594e3a6a3541
$ curl http://localhost:8080
I'm 736ab83847bb running on linux/amd64
Windows
Simple HTTP docker service that prints it's container ID
$ docker run -d -p 8080:8080 --name whoami -t stefanscherer/whoami
736ab83847bb12dddd8b09969433f3a02d64d5b0be48f7a5c59a594e3a6a3541
$ (iwr http://$(docker inspect -f '{{ .NetworkSettings.Networks.nat.IPAddress }}' whoami):8080 -UseBasicParsing).Content
I'm 736ab83847bb on windows/amd64
Used for a first swarm-mode demo 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