diff --git a/docker/README.md b/docker/README.md index d88c8bcd7..ceef839d2 100644 --- a/docker/README.md +++ b/docker/README.md @@ -28,13 +28,13 @@ WARNING: ## Simple Tags -- [`20.10.8`, `20.10`, `20`, `latest`](https://github.com/docker-library/docker/blob/75e26edc9ea7fff4aa3212fafa5966f4d6b00022/20.10/Dockerfile) -- [`20.10.8-dind`, `20.10-dind`, `20-dind`, `dind`](https://github.com/docker-library/docker/blob/8baa881aab85f8398d2edbbcc0da4bd1f556dd98/20.10/dind/Dockerfile) +- [`20.10.8`, `20.10`, `20`, `latest`, `20.10.8-alpine3.13`](https://github.com/docker-library/docker/blob/75e26edc9ea7fff4aa3212fafa5966f4d6b00022/20.10/Dockerfile) +- [`20.10.8-dind`, `20.10-dind`, `20-dind`, `dind`, `20.10.8-dind-alpine3.13`](https://github.com/docker-library/docker/blob/8baa881aab85f8398d2edbbcc0da4bd1f556dd98/20.10/dind/Dockerfile) - [`20.10.8-dind-rootless`, `20.10-dind-rootless`, `20-dind-rootless`, `dind-rootless`](https://github.com/docker-library/docker/blob/83e4de3bc2aac346e2f76129b1a3a556c1e1bb95/20.10/dind-rootless/Dockerfile) - [`20.10.8-git`, `20.10-git`, `20-git`, `git`](https://github.com/docker-library/docker/blob/387e351394bfad74bceebf8303c6c8e39c3d4ed4/20.10/git/Dockerfile) - [`20.10.8-windowsservercore-1809`, `20.10-windowsservercore-1809`, `20-windowsservercore-1809`, `windowsservercore-1809`](https://github.com/docker-library/docker/blob/83e4de3bc2aac346e2f76129b1a3a556c1e1bb95/20.10/windows/windowsservercore-1809/Dockerfile) -- [`19.03.15`, `19.03`, `19`](https://github.com/docker-library/docker/blob/835c371c516ebdf67adc0c76bbfb38bf9d3e586c/19.03/Dockerfile) -- [`19.03.15-dind`, `19.03-dind`, `19-dind`](https://github.com/docker-library/docker/blob/8baa881aab85f8398d2edbbcc0da4bd1f556dd98/19.03/dind/Dockerfile) +- [`19.03.15`, `19.03`, `19`, `19.03.15-alpine3.13`](https://github.com/docker-library/docker/blob/835c371c516ebdf67adc0c76bbfb38bf9d3e586c/19.03/Dockerfile) +- [`19.03.15-dind`, `19.03-dind`, `19-dind`, `19.03.15-dind-alpine3.13`](https://github.com/docker-library/docker/blob/8baa881aab85f8398d2edbbcc0da4bd1f556dd98/19.03/dind/Dockerfile) - [`19.03.15-dind-rootless`, `19.03-dind-rootless`, `19-dind-rootless`](https://github.com/docker-library/docker/blob/835c371c516ebdf67adc0c76bbfb38bf9d3e586c/19.03/dind-rootless/Dockerfile) - [`19.03.15-git`, `19.03-git`, `19-git`](https://github.com/docker-library/docker/blob/12d1c2763b54d29137ec448a3e4ad1a9aefae1a0/19.03/git/Dockerfile) diff --git a/hello-world/README.md b/hello-world/README.md index 440c985b7..9265ad288 100644 --- a/hello-world/README.md +++ b/hello-world/README.md @@ -29,14 +29,17 @@ WARNING: ## Simple Tags - [`linux`](https://github.com/docker-library/hello-world/blob/7ecae6978055d2fb6960e2a29d24a2af612e2716/amd64/hello-world/Dockerfile) +- [`nanoserver-ltsc2022`](https://github.com/docker-library/hello-world/blob/c6676f682a833388a087758d8789b43fbe003397/amd64/hello-world/nanoserver-ltsc2022/Dockerfile) - [`nanoserver-1809`](https://github.com/docker-library/hello-world/blob/a6fdcbffb08c09e63c48cda1878e15fefcb6460a/amd64/hello-world/nanoserver-1809/Dockerfile) ## Shared Tags - `latest`: - [`linux`](https://github.com/docker-library/hello-world/blob/7ecae6978055d2fb6960e2a29d24a2af612e2716/amd64/hello-world/Dockerfile) + - [`nanoserver-ltsc2022`](https://github.com/docker-library/hello-world/blob/c6676f682a833388a087758d8789b43fbe003397/amd64/hello-world/nanoserver-ltsc2022/Dockerfile) - [`nanoserver-1809`](https://github.com/docker-library/hello-world/blob/a6fdcbffb08c09e63c48cda1878e15fefcb6460a/amd64/hello-world/nanoserver-1809/Dockerfile) - `nanoserver`: + - [`nanoserver-ltsc2022`](https://github.com/docker-library/hello-world/blob/c6676f682a833388a087758d8789b43fbe003397/amd64/hello-world/nanoserver-ltsc2022/Dockerfile) - [`nanoserver-1809`](https://github.com/docker-library/hello-world/blob/a6fdcbffb08c09e63c48cda1878e15fefcb6460a/amd64/hello-world/nanoserver-1809/Dockerfile) # Quick reference (cont.)