From 272abc448f3636e778de31e6c52852fa8ae29bd6 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Tue, 25 Oct 2022 17:08:44 -0700 Subject: [PATCH] Run update.sh --- bash/README.md | 2 +- busybox/README.md | 16 ++++++++-------- python/README.md | 15 +++++++++++++++ 3 files changed, 24 insertions(+), 9 deletions(-) diff --git a/bash/README.md b/bash/README.md index e60630fe9..359d6f440 100644 --- a/bash/README.md +++ b/bash/README.md @@ -24,7 +24,7 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`devel-20221015`, `devel`, `devel-20221015-alpine3.15`, `devel-alpine3.15`](https://github.com/tianon/docker-bash/blob/135d950b7ab4ddc4587633e4677b300d4c336168/devel/Dockerfile) +- [`devel-20221024`, `devel`, `devel-20221024-alpine3.15`, `devel-alpine3.15`](https://github.com/tianon/docker-bash/blob/b7f3f3862fa332b3e4245dc966497ec94373adbc/devel/Dockerfile) - [`5.2.2`, `5.2`, `5`, `latest`, `5.2.2-alpine3.15`, `5.2-alpine3.15`, `5-alpine3.15`, `alpine3.15`](https://github.com/tianon/docker-bash/blob/659dc5b166bd13b1d3efdb0f188a6f79cfaba633/5.2/Dockerfile) - [`5.1.16`, `5.1`, `5.1.16-alpine3.15`, `5.1-alpine3.15`](https://github.com/tianon/docker-bash/blob/70b65fa22011fa4b58c93570b2fed168b79102e4/5.1/Dockerfile) - [`5.0.18`, `5.0`, `5.0.18-alpine3.15`, `5.0-alpine3.15`](https://github.com/tianon/docker-bash/blob/70b65fa22011fa4b58c93570b2fed168b79102e4/5.0/Dockerfile) diff --git a/busybox/README.md b/busybox/README.md index d0a2c98f1..8f5f23ca8 100644 --- a/busybox/README.md +++ b/busybox/README.md @@ -24,14 +24,14 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`1.34.1-uclibc`, `1.34-uclibc`, `1-uclibc`, `stable-uclibc`, `uclibc`](https://github.com/docker-library/busybox/blob/fa0d085f2c037b5c01aa1dbea66fa903745a62bb/stable/uclibc/Dockerfile) -- [`1.34.1-glibc`, `1.34-glibc`, `1-glibc`, `stable-glibc`, `glibc`](https://github.com/docker-library/busybox/blob/fa0d085f2c037b5c01aa1dbea66fa903745a62bb/stable/glibc/Dockerfile) -- [`1.34.1-musl`, `1.34-musl`, `1-musl`, `stable-musl`, `musl`](https://github.com/docker-library/busybox/blob/fa0d085f2c037b5c01aa1dbea66fa903745a62bb/stable/musl/Dockerfile) -- [`1.34.1`, `1.34`, `1`, `stable`, `latest`](https://github.com/docker-library/busybox/blob/fa0d085f2c037b5c01aa1dbea66fa903745a62bb/stable/uclibc/Dockerfile) -- [`1.35.0-uclibc`, `1.35-uclibc`, `unstable-uclibc`](https://github.com/docker-library/busybox/blob/fa0d085f2c037b5c01aa1dbea66fa903745a62bb/unstable/uclibc/Dockerfile) -- [`1.35.0-glibc`, `1.35-glibc`, `unstable-glibc`](https://github.com/docker-library/busybox/blob/fa0d085f2c037b5c01aa1dbea66fa903745a62bb/unstable/glibc/Dockerfile) -- [`1.35.0-musl`, `1.35-musl`, `unstable-musl`](https://github.com/docker-library/busybox/blob/fa0d085f2c037b5c01aa1dbea66fa903745a62bb/unstable/musl/Dockerfile) -- [`1.35.0`, `1.35`, `unstable`](https://github.com/docker-library/busybox/blob/fa0d085f2c037b5c01aa1dbea66fa903745a62bb/unstable/uclibc/Dockerfile) +- [`1.34.1-uclibc`, `1.34-uclibc`, `1-uclibc`, `stable-uclibc`, `uclibc`](https://github.com/docker-library/busybox/blob/d3aaee8314575a45030110eb5602e6e994ee15ce/stable/uclibc/Dockerfile) +- [`1.34.1-glibc`, `1.34-glibc`, `1-glibc`, `stable-glibc`, `glibc`](https://github.com/docker-library/busybox/blob/d3aaee8314575a45030110eb5602e6e994ee15ce/stable/glibc/Dockerfile) +- [`1.34.1-musl`, `1.34-musl`, `1-musl`, `stable-musl`, `musl`](https://github.com/docker-library/busybox/blob/d3aaee8314575a45030110eb5602e6e994ee15ce/stable/musl/Dockerfile) +- [`1.34.1`, `1.34`, `1`, `stable`, `latest`](https://github.com/docker-library/busybox/blob/d3aaee8314575a45030110eb5602e6e994ee15ce/stable/uclibc/Dockerfile) +- [`1.35.0-uclibc`, `1.35-uclibc`, `unstable-uclibc`](https://github.com/docker-library/busybox/blob/d3aaee8314575a45030110eb5602e6e994ee15ce/unstable/uclibc/Dockerfile) +- [`1.35.0-glibc`, `1.35-glibc`, `unstable-glibc`](https://github.com/docker-library/busybox/blob/d3aaee8314575a45030110eb5602e6e994ee15ce/unstable/glibc/Dockerfile) +- [`1.35.0-musl`, `1.35-musl`, `unstable-musl`](https://github.com/docker-library/busybox/blob/d3aaee8314575a45030110eb5602e6e994ee15ce/unstable/musl/Dockerfile) +- [`1.35.0`, `1.35`, `unstable`](https://github.com/docker-library/busybox/blob/d3aaee8314575a45030110eb5602e6e994ee15ce/unstable/uclibc/Dockerfile) # Quick reference (cont.) diff --git a/python/README.md b/python/README.md index e715230f6..7646a1714 100644 --- a/python/README.md +++ b/python/README.md @@ -28,6 +28,14 @@ WARNING: ## Simple Tags +- [`3.12.0a1-bullseye`, `3.12-rc-bullseye`](https://github.com/docker-library/python/blob/4819fb8174cf33a168868720a6445b0d36f743f9/3.12-rc/bullseye/Dockerfile) +- [`3.12.0a1-slim-bullseye`, `3.12-rc-slim-bullseye`, `3.12.0a1-slim`, `3.12-rc-slim`](https://github.com/docker-library/python/blob/4819fb8174cf33a168868720a6445b0d36f743f9/3.12-rc/slim-bullseye/Dockerfile) +- [`3.12.0a1-buster`, `3.12-rc-buster`](https://github.com/docker-library/python/blob/4819fb8174cf33a168868720a6445b0d36f743f9/3.12-rc/buster/Dockerfile) +- [`3.12.0a1-slim-buster`, `3.12-rc-slim-buster`](https://github.com/docker-library/python/blob/4819fb8174cf33a168868720a6445b0d36f743f9/3.12-rc/slim-buster/Dockerfile) +- [`3.12.0a1-alpine3.16`, `3.12-rc-alpine3.16`, `3.12.0a1-alpine`, `3.12-rc-alpine`](https://github.com/docker-library/python/blob/4819fb8174cf33a168868720a6445b0d36f743f9/3.12-rc/alpine3.16/Dockerfile) +- [`3.12.0a1-alpine3.15`, `3.12-rc-alpine3.15`](https://github.com/docker-library/python/blob/4819fb8174cf33a168868720a6445b0d36f743f9/3.12-rc/alpine3.15/Dockerfile) +- [`3.12.0a1-windowsservercore-ltsc2022`, `3.12-rc-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/4819fb8174cf33a168868720a6445b0d36f743f9/3.12-rc/windows/windowsservercore-ltsc2022/Dockerfile) +- [`3.12.0a1-windowsservercore-1809`, `3.12-rc-windowsservercore-1809`](https://github.com/docker-library/python/blob/4819fb8174cf33a168868720a6445b0d36f743f9/3.12-rc/windows/windowsservercore-1809/Dockerfile) - [`3.11.0-bullseye`, `3.11-bullseye`, `3-bullseye`, `bullseye`](https://github.com/docker-library/python/blob/f04b43cb1775d382587b0446717613fb912225a9/3.11/bullseye/Dockerfile) - [`3.11.0-slim-bullseye`, `3.11-slim-bullseye`, `3-slim-bullseye`, `slim-bullseye`, `3.11.0-slim`, `3.11-slim`, `3-slim`, `slim`](https://github.com/docker-library/python/blob/f04b43cb1775d382587b0446717613fb912225a9/3.11/slim-bullseye/Dockerfile) - [`3.11.0-buster`, `3.11-buster`, `3-buster`, `buster`](https://github.com/docker-library/python/blob/f04b43cb1775d382587b0446717613fb912225a9/3.11/buster/Dockerfile) @@ -65,6 +73,13 @@ WARNING: ## Shared Tags +- `3.12.0a1`, `3.12-rc`: + - [`3.12.0a1-bullseye`](https://github.com/docker-library/python/blob/4819fb8174cf33a168868720a6445b0d36f743f9/3.12-rc/bullseye/Dockerfile) + - [`3.12.0a1-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/4819fb8174cf33a168868720a6445b0d36f743f9/3.12-rc/windows/windowsservercore-ltsc2022/Dockerfile) + - [`3.12.0a1-windowsservercore-1809`](https://github.com/docker-library/python/blob/4819fb8174cf33a168868720a6445b0d36f743f9/3.12-rc/windows/windowsservercore-1809/Dockerfile) +- `3.12.0a1-windowsservercore`, `3.12-rc-windowsservercore`: + - [`3.12.0a1-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/4819fb8174cf33a168868720a6445b0d36f743f9/3.12-rc/windows/windowsservercore-ltsc2022/Dockerfile) + - [`3.12.0a1-windowsservercore-1809`](https://github.com/docker-library/python/blob/4819fb8174cf33a168868720a6445b0d36f743f9/3.12-rc/windows/windowsservercore-1809/Dockerfile) - `3.11.0`, `3.11`, `3`, `latest`: - [`3.11.0-bullseye`](https://github.com/docker-library/python/blob/f04b43cb1775d382587b0446717613fb912225a9/3.11/bullseye/Dockerfile) - [`3.11.0-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/f04b43cb1775d382587b0446717613fb912225a9/3.11/windows/windowsservercore-ltsc2022/Dockerfile)