diff --git a/memcached/README.md b/memcached/README.md index f73a5bf1e..265b6592d 100644 --- a/memcached/README.md +++ b/memcached/README.md @@ -16,7 +16,7 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`1.5.20`, `1.5`, `1`, `latest`](https://github.com/docker-library/memcached/blob/3939abc659b8c72e10484d3771b4b15234b840ca/debian/Dockerfile) +- [`1.5.20`, `1.5`, `1`, `latest`](https://github.com/docker-library/memcached/blob/206a6c4dcbed0652885e716717653fc87de53bd0/debian/Dockerfile) - [`1.5.20-alpine`, `1.5-alpine`, `1-alpine`, `alpine`](https://github.com/docker-library/memcached/blob/3939abc659b8c72e10484d3771b4b15234b840ca/alpine/Dockerfile) # Quick reference diff --git a/python/README.md b/python/README.md index 422617c1f..2d85e5a57 100644 --- a/python/README.md +++ b/python/README.md @@ -20,6 +20,10 @@ WARNING: ## Simple Tags +- [`3.9.0a1-buster`, `3.9-rc-buster`, `rc-buster`](https://github.com/docker-library/python/blob/a7db8db3c0eb92c86fbe74a91cb0eab4f7699a21/3.9-rc/buster/Dockerfile) +- [`3.9.0a1-alpine3.10`, `3.9-rc-alpine3.10`, `rc-alpine3.10`, `3.9.0a1-alpine`, `3.9-rc-alpine`, `rc-alpine`](https://github.com/docker-library/python/blob/a7db8db3c0eb92c86fbe74a91cb0eab4f7699a21/3.9-rc/alpine3.10/Dockerfile) +- [`3.9.0a1-windowsservercore-ltsc2016`, `3.9-rc-windowsservercore-ltsc2016`, `rc-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/a7db8db3c0eb92c86fbe74a91cb0eab4f7699a21/3.9-rc/windows/windowsservercore-ltsc2016/Dockerfile) +- [`3.9.0a1-windowsservercore-1809`, `3.9-rc-windowsservercore-1809`, `rc-windowsservercore-1809`](https://github.com/docker-library/python/blob/a7db8db3c0eb92c86fbe74a91cb0eab4f7699a21/3.9-rc/windows/windowsservercore-1809/Dockerfile) - [`3.8.0-buster`, `3.8-buster`, `3-buster`, `buster`](https://github.com/docker-library/python/blob/0b1fb9529c79ea85b8c80ff3dd85a32a935b0346/3.8/buster/Dockerfile) - [`3.8.0-slim-buster`, `3.8-slim-buster`, `3-slim-buster`, `slim-buster`, `3.8.0-slim`, `3.8-slim`, `3-slim`, `slim`](https://github.com/docker-library/python/blob/0b1fb9529c79ea85b8c80ff3dd85a32a935b0346/3.8/buster/slim/Dockerfile) - [`3.8.0-alpine3.10`, `3.8-alpine3.10`, `3-alpine3.10`, `alpine3.10`, `3.8.0-alpine`, `3.8-alpine`, `3-alpine`, `alpine`](https://github.com/docker-library/python/blob/0b1fb9529c79ea85b8c80ff3dd85a32a935b0346/3.8/alpine3.10/Dockerfile) @@ -56,6 +60,13 @@ WARNING: ## Shared Tags +- `3.9.0a1`, `3.9-rc`, `rc`: + - [`3.9.0a1-buster`](https://github.com/docker-library/python/blob/a7db8db3c0eb92c86fbe74a91cb0eab4f7699a21/3.9-rc/buster/Dockerfile) + - [`3.9.0a1-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/a7db8db3c0eb92c86fbe74a91cb0eab4f7699a21/3.9-rc/windows/windowsservercore-ltsc2016/Dockerfile) + - [`3.9.0a1-windowsservercore-1809`](https://github.com/docker-library/python/blob/a7db8db3c0eb92c86fbe74a91cb0eab4f7699a21/3.9-rc/windows/windowsservercore-1809/Dockerfile) +- `3.9.0a1-windowsservercore`, `3.9-rc-windowsservercore`, `rc-windowsservercore`: + - [`3.9.0a1-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/a7db8db3c0eb92c86fbe74a91cb0eab4f7699a21/3.9-rc/windows/windowsservercore-ltsc2016/Dockerfile) + - [`3.9.0a1-windowsservercore-1809`](https://github.com/docker-library/python/blob/a7db8db3c0eb92c86fbe74a91cb0eab4f7699a21/3.9-rc/windows/windowsservercore-1809/Dockerfile) - `3.8.0`, `3.8`, `3`, `latest`: - [`3.8.0-buster`](https://github.com/docker-library/python/blob/0b1fb9529c79ea85b8c80ff3dd85a32a935b0346/3.8/buster/Dockerfile) - [`3.8.0-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/0ecd42b0e0b519259224959b8f9dc64e76d5a73e/3.8/windows/windowsservercore-ltsc2016/Dockerfile) @@ -180,10 +191,6 @@ Some of these tags may have names like buster or stretch in them. These are the This tag is based off of [`buildpack-deps`](https://hub.docker.com/_/buildpack-deps/). `buildpack-deps` is designed for the average user of Docker who has many images on their system. It, by design, has a large number of extremely common Debian packages. This reduces the number of packages that images that derive from it need to install, thus reducing the overall size of all images on your system. -## `python:-slim` - -This image does not contain the common packages contained in the default tag and only contains the minimal packages needed to run `python`. Unless you are working in an environment where *only* the `python` image will be deployed and you have space constraints, we highly recommend using the default image of this repository. - ## `python:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. @@ -201,6 +208,10 @@ For information about how to get Docker running on Windows, please see the relev - [Windows Server Quick Start](https://msdn.microsoft.com/en-us/virtualization/windowscontainers/quick_start/quick_start_windows_server) - [Windows 10 Quick Start](https://msdn.microsoft.com/en-us/virtualization/windowscontainers/quick_start/quick_start_windows_10) +## `python:-slim` + +This image does not contain the common packages contained in the default tag and only contains the minimal packages needed to run `python`. Unless you are working in an environment where *only* the `python` image will be deployed and you have space constraints, we highly recommend using the default image of this repository. + # License View license information for [Python 2](https://docs.python.org/2/license.html) and [Python 3](https://docs.python.org/3/license.html). diff --git a/rabbitmq/README.md b/rabbitmq/README.md index 5192a1e11..1778b7264 100644 --- a/rabbitmq/README.md +++ b/rabbitmq/README.md @@ -16,13 +16,13 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`3.8.2`, `3.8`, `3`, `latest`](https://github.com/docker-library/rabbitmq/blob/b9b5cc284abec6f7ed1483168a548e76cda59c3b/3.8/ubuntu/Dockerfile) +- [`3.8.2`, `3.8`, `3`, `latest`](https://github.com/docker-library/rabbitmq/blob/853ba639f40baeb1f6ae021730fe8b71386b0999/3.8/ubuntu/Dockerfile) - [`3.8.2-management`, `3.8-management`, `3-management`, `management`](https://github.com/docker-library/rabbitmq/blob/af5f6ff9a3916d89be6d190d562d247ae12ffa73/3.8/ubuntu/management/Dockerfile) -- [`3.8.2-alpine`, `3.8-alpine`, `3-alpine`, `alpine`](https://github.com/docker-library/rabbitmq/blob/b9b5cc284abec6f7ed1483168a548e76cda59c3b/3.8/alpine/Dockerfile) +- [`3.8.2-alpine`, `3.8-alpine`, `3-alpine`, `alpine`](https://github.com/docker-library/rabbitmq/blob/853ba639f40baeb1f6ae021730fe8b71386b0999/3.8/alpine/Dockerfile) - [`3.8.2-management-alpine`, `3.8-management-alpine`, `3-management-alpine`, `management-alpine`](https://github.com/docker-library/rabbitmq/blob/af5f6ff9a3916d89be6d190d562d247ae12ffa73/3.8/alpine/management/Dockerfile) -- [`3.7.23`, `3.7`](https://github.com/docker-library/rabbitmq/blob/028ac5ad25254f2833ade6e864ac9ec4b4f0bcf4/3.7/ubuntu/Dockerfile) +- [`3.7.23`, `3.7`](https://github.com/docker-library/rabbitmq/blob/5e85a579dd4b26be602ed1552f746ac5c56648d8/3.7/ubuntu/Dockerfile) - [`3.7.23-management`, `3.7-management`](https://github.com/docker-library/rabbitmq/blob/f22c0b266cfeb8cb6d776f9e6a961908c2557ad3/3.7/ubuntu/management/Dockerfile) -- [`3.7.23-alpine`, `3.7-alpine`](https://github.com/docker-library/rabbitmq/blob/028ac5ad25254f2833ade6e864ac9ec4b4f0bcf4/3.7/alpine/Dockerfile) +- [`3.7.23-alpine`, `3.7-alpine`](https://github.com/docker-library/rabbitmq/blob/5e85a579dd4b26be602ed1552f746ac5c56648d8/3.7/alpine/Dockerfile) - [`3.7.23-management-alpine`, `3.7-management-alpine`](https://github.com/docker-library/rabbitmq/blob/4b2b11c59ee65c2a09616b163d4572559a86bb7b/3.7/alpine/management/Dockerfile) # Quick reference