Docker Library Bot 1 месяц назад
Родитель
Сommit
3bb5284376
5 измененных файлов с 80 добавлено и 80 удалено
  1. 5 5
      clickhouse/README.md
  2. 3 3
      erlang/README.md
  3. 54 54
      golang/README.md
  4. 15 15
      python/README.md
  5. 3 3
      ubuntu/README.md

+ 5 - 5
clickhouse/README.md

@@ -24,15 +24,15 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`latest`, `jammy`, `25.12`, `25.12-jammy`, `25.12.2`, `25.12.2-jammy`, `25.12.2.54`, `25.12.2.54-jammy`](https://github.com/ClickHouse/docker-library/blob/75d0ad9a9418fef3dc396673d01a7f8ece5dcd56/server/25.12.2.54/Dockerfile.ubuntu)
+-	[`latest`, `jammy`, `25.12`, `25.12-jammy`, `25.12.3`, `25.12.3-jammy`, `25.12.3.21`, `25.12.3.21-jammy`](https://github.com/ClickHouse/docker-library/blob/0b94f517898c94c1181508a8231503a82703772f/server/25.12.3.21/Dockerfile.ubuntu)
 
--	[`25.11`, `25.11-jammy`, `25.11.6`, `25.11.6-jammy`, `25.11.6.11`, `25.11.6.11-jammy`](https://github.com/ClickHouse/docker-library/blob/75d0ad9a9418fef3dc396673d01a7f8ece5dcd56/server/25.11.6.11/Dockerfile.ubuntu)
+-	[`25.11`, `25.11-jammy`, `25.11.6`, `25.11.6-jammy`, `25.11.6.11`, `25.11.6.11-jammy`](https://github.com/ClickHouse/docker-library/blob/0b94f517898c94c1181508a8231503a82703772f/server/25.11.6.11/Dockerfile.ubuntu)
 
--	[`25.10`, `25.10-jammy`, `25.10.4`, `25.10.4-jammy`, `25.10.4.104`, `25.10.4.104-jammy`](https://github.com/ClickHouse/docker-library/blob/75d0ad9a9418fef3dc396673d01a7f8ece5dcd56/server/25.10.4.104/Dockerfile.ubuntu)
+-	[`25.10`, `25.10-jammy`, `25.10.4`, `25.10.4-jammy`, `25.10.4.104`, `25.10.4.104-jammy`](https://github.com/ClickHouse/docker-library/blob/0b94f517898c94c1181508a8231503a82703772f/server/25.10.4.104/Dockerfile.ubuntu)
 
--	[`lts`, `lts-jammy`, `25.8`, `25.8-jammy`, `25.8.14`, `25.8.14-jammy`, `25.8.14.17`, `25.8.14.17-jammy`](https://github.com/ClickHouse/docker-library/blob/75d0ad9a9418fef3dc396673d01a7f8ece5dcd56/server/25.8.14.17/Dockerfile.ubuntu)
+-	[`lts`, `lts-jammy`, `25.8`, `25.8-jammy`, `25.8.14`, `25.8.14-jammy`, `25.8.14.17`, `25.8.14.17-jammy`](https://github.com/ClickHouse/docker-library/blob/0b94f517898c94c1181508a8231503a82703772f/server/25.8.14.17/Dockerfile.ubuntu)
 
--	[`25.3`, `25.3-jammy`, `25.3.12`, `25.3.12-jammy`, `25.3.12.8`, `25.3.12.8-jammy`](https://github.com/ClickHouse/docker-library/blob/75d0ad9a9418fef3dc396673d01a7f8ece5dcd56/server/25.3.12.8/Dockerfile.ubuntu)
+-	[`25.3`, `25.3-jammy`, `25.3.12`, `25.3.12-jammy`, `25.3.12.8`, `25.3.12.8-jammy`](https://github.com/ClickHouse/docker-library/blob/0b94f517898c94c1181508a8231503a82703772f/server/25.3.12.8/Dockerfile.ubuntu)
 
 # Quick reference (cont.)
 

+ 3 - 3
erlang/README.md

@@ -24,11 +24,11 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`28.3.0.0`, `28.3.0`, `28.3`, `28`, `latest`](https://github.com/erlang/docker-erlang-otp/blob/48a2f35207b82cbed4590c2e13f0b62c9c94601c/28/Dockerfile)
+-	[`28.3.1.0`, `28.3.1`, `28.3`, `28`, `latest`](https://github.com/erlang/docker-erlang-otp/blob/098c055bc97fb2f1c81ead6ea6283c58931d062a/28/Dockerfile)
 
--	[`28.3.0.0-slim`, `28.3.0-slim`, `28.3-slim`, `28-slim`, `slim`](https://github.com/erlang/docker-erlang-otp/blob/2f2ad18639d651cd53d53e2c4c28623798e0ef78/28/slim/Dockerfile)
+-	[`28.3.1.0-slim`, `28.3.1-slim`, `28.3-slim`, `28-slim`, `slim`](https://github.com/erlang/docker-erlang-otp/blob/098c055bc97fb2f1c81ead6ea6283c58931d062a/28/slim/Dockerfile)
 
--	[`28.3.0.0-alpine`, `28.3.0-alpine`, `28.3-alpine`, `28-alpine`, `alpine`](https://github.com/erlang/docker-erlang-otp/blob/8ba448b0f7d590fbcf982ddf236562b5a90f7c4c/28/alpine/Dockerfile)
+-	[`28.3.1.0-alpine`, `28.3.1-alpine`, `28.3-alpine`, `28-alpine`, `alpine`](https://github.com/erlang/docker-erlang-otp/blob/098c055bc97fb2f1c81ead6ea6283c58931d062a/28/alpine/Dockerfile)
 
 -	[`27.3.4.6`, `27.3.4`, `27.3`, `27`](https://github.com/erlang/docker-erlang-otp/blob/62e6fc0868389876f81ae917fb71e519a0d88b80/27/Dockerfile)
 

+ 54 - 54
golang/README.md

@@ -28,53 +28,53 @@ WARNING:
 
 ## Simple Tags
 
--	[`1.26rc1-trixie`, `1.26-rc-trixie`](https://github.com/docker-library/golang/blob/fba8da6733b948b309e4bedebbfd85f3a20f98a1/1.26-rc/trixie/Dockerfile)
+-	[`1.26rc2-trixie`, `1.26-rc-trixie`](https://github.com/docker-library/golang/blob/12bb165f4ed0318d0425a869ed69b59f2e9a29c9/1.26-rc/trixie/Dockerfile)
 
--	[`1.26rc1-bookworm`, `1.26-rc-bookworm`](https://github.com/docker-library/golang/blob/fba8da6733b948b309e4bedebbfd85f3a20f98a1/1.26-rc/bookworm/Dockerfile)
+-	[`1.26rc2-bookworm`, `1.26-rc-bookworm`](https://github.com/docker-library/golang/blob/12bb165f4ed0318d0425a869ed69b59f2e9a29c9/1.26-rc/bookworm/Dockerfile)
 
--	[`1.26rc1-alpine3.23`, `1.26-rc-alpine3.23`, `1.26rc1-alpine`, `1.26-rc-alpine`](https://github.com/docker-library/golang/blob/fba8da6733b948b309e4bedebbfd85f3a20f98a1/1.26-rc/alpine3.23/Dockerfile)
+-	[`1.26rc2-alpine3.23`, `1.26-rc-alpine3.23`, `1.26rc2-alpine`, `1.26-rc-alpine`](https://github.com/docker-library/golang/blob/12bb165f4ed0318d0425a869ed69b59f2e9a29c9/1.26-rc/alpine3.23/Dockerfile)
 
--	[`1.26rc1-alpine3.22`, `1.26-rc-alpine3.22`](https://github.com/docker-library/golang/blob/fba8da6733b948b309e4bedebbfd85f3a20f98a1/1.26-rc/alpine3.22/Dockerfile)
+-	[`1.26rc2-alpine3.22`, `1.26-rc-alpine3.22`](https://github.com/docker-library/golang/blob/12bb165f4ed0318d0425a869ed69b59f2e9a29c9/1.26-rc/alpine3.22/Dockerfile)
 
--	[`1.26rc1-windowsservercore-ltsc2025`, `1.26-rc-windowsservercore-ltsc2025`](https://github.com/docker-library/golang/blob/fba8da6733b948b309e4bedebbfd85f3a20f98a1/1.26-rc/windows/windowsservercore-ltsc2025/Dockerfile)
+-	[`1.26rc2-windowsservercore-ltsc2025`, `1.26-rc-windowsservercore-ltsc2025`](https://github.com/docker-library/golang/blob/12bb165f4ed0318d0425a869ed69b59f2e9a29c9/1.26-rc/windows/windowsservercore-ltsc2025/Dockerfile)
 
--	[`1.26rc1-windowsservercore-ltsc2022`, `1.26-rc-windowsservercore-ltsc2022`](https://github.com/docker-library/golang/blob/fba8da6733b948b309e4bedebbfd85f3a20f98a1/1.26-rc/windows/windowsservercore-ltsc2022/Dockerfile)
+-	[`1.26rc2-windowsservercore-ltsc2022`, `1.26-rc-windowsservercore-ltsc2022`](https://github.com/docker-library/golang/blob/12bb165f4ed0318d0425a869ed69b59f2e9a29c9/1.26-rc/windows/windowsservercore-ltsc2022/Dockerfile)
 
--	[`1.26rc1-nanoserver-ltsc2025`, `1.26-rc-nanoserver-ltsc2025`](https://github.com/docker-library/golang/blob/fba8da6733b948b309e4bedebbfd85f3a20f98a1/1.26-rc/windows/nanoserver-ltsc2025/Dockerfile)
+-	[`1.26rc2-nanoserver-ltsc2025`, `1.26-rc-nanoserver-ltsc2025`](https://github.com/docker-library/golang/blob/12bb165f4ed0318d0425a869ed69b59f2e9a29c9/1.26-rc/windows/nanoserver-ltsc2025/Dockerfile)
 
--	[`1.26rc1-nanoserver-ltsc2022`, `1.26-rc-nanoserver-ltsc2022`](https://github.com/docker-library/golang/blob/fba8da6733b948b309e4bedebbfd85f3a20f98a1/1.26-rc/windows/nanoserver-ltsc2022/Dockerfile)
+-	[`1.26rc2-nanoserver-ltsc2022`, `1.26-rc-nanoserver-ltsc2022`](https://github.com/docker-library/golang/blob/12bb165f4ed0318d0425a869ed69b59f2e9a29c9/1.26-rc/windows/nanoserver-ltsc2022/Dockerfile)
 
--	[`1.25.5-trixie`, `1.25-trixie`, `1-trixie`, `trixie`](https://github.com/docker-library/golang/blob/5ac8de688220e63940b9df4c27614898aae9e3fc/1.25/trixie/Dockerfile)
+-	[`1.25.6-trixie`, `1.25-trixie`, `1-trixie`, `trixie`](https://github.com/docker-library/golang/blob/1c0ced42456a245f7952d1d3099c7bc51da8ef00/1.25/trixie/Dockerfile)
 
--	[`1.25.5-bookworm`, `1.25-bookworm`, `1-bookworm`, `bookworm`](https://github.com/docker-library/golang/blob/5ac8de688220e63940b9df4c27614898aae9e3fc/1.25/bookworm/Dockerfile)
+-	[`1.25.6-bookworm`, `1.25-bookworm`, `1-bookworm`, `bookworm`](https://github.com/docker-library/golang/blob/1c0ced42456a245f7952d1d3099c7bc51da8ef00/1.25/bookworm/Dockerfile)
 
--	[`1.25.5-alpine3.23`, `1.25-alpine3.23`, `1-alpine3.23`, `alpine3.23`, `1.25.5-alpine`, `1.25-alpine`, `1-alpine`, `alpine`](https://github.com/docker-library/golang/blob/adf0ff9a10a766d7dc1b394d52544f3a1b1da4e2/1.25/alpine3.23/Dockerfile)
+-	[`1.25.6-alpine3.23`, `1.25-alpine3.23`, `1-alpine3.23`, `alpine3.23`, `1.25.6-alpine`, `1.25-alpine`, `1-alpine`, `alpine`](https://github.com/docker-library/golang/blob/1c0ced42456a245f7952d1d3099c7bc51da8ef00/1.25/alpine3.23/Dockerfile)
 
--	[`1.25.5-alpine3.22`, `1.25-alpine3.22`, `1-alpine3.22`, `alpine3.22`](https://github.com/docker-library/golang/blob/5ac8de688220e63940b9df4c27614898aae9e3fc/1.25/alpine3.22/Dockerfile)
+-	[`1.25.6-alpine3.22`, `1.25-alpine3.22`, `1-alpine3.22`, `alpine3.22`](https://github.com/docker-library/golang/blob/1c0ced42456a245f7952d1d3099c7bc51da8ef00/1.25/alpine3.22/Dockerfile)
 
--	[`1.25.5-windowsservercore-ltsc2025`, `1.25-windowsservercore-ltsc2025`, `1-windowsservercore-ltsc2025`, `windowsservercore-ltsc2025`](https://github.com/docker-library/golang/blob/5ac8de688220e63940b9df4c27614898aae9e3fc/1.25/windows/windowsservercore-ltsc2025/Dockerfile)
+-	[`1.25.6-windowsservercore-ltsc2025`, `1.25-windowsservercore-ltsc2025`, `1-windowsservercore-ltsc2025`, `windowsservercore-ltsc2025`](https://github.com/docker-library/golang/blob/1c0ced42456a245f7952d1d3099c7bc51da8ef00/1.25/windows/windowsservercore-ltsc2025/Dockerfile)
 
--	[`1.25.5-windowsservercore-ltsc2022`, `1.25-windowsservercore-ltsc2022`, `1-windowsservercore-ltsc2022`, `windowsservercore-ltsc2022`](https://github.com/docker-library/golang/blob/5ac8de688220e63940b9df4c27614898aae9e3fc/1.25/windows/windowsservercore-ltsc2022/Dockerfile)
+-	[`1.25.6-windowsservercore-ltsc2022`, `1.25-windowsservercore-ltsc2022`, `1-windowsservercore-ltsc2022`, `windowsservercore-ltsc2022`](https://github.com/docker-library/golang/blob/1c0ced42456a245f7952d1d3099c7bc51da8ef00/1.25/windows/windowsservercore-ltsc2022/Dockerfile)
 
--	[`1.25.5-nanoserver-ltsc2025`, `1.25-nanoserver-ltsc2025`, `1-nanoserver-ltsc2025`, `nanoserver-ltsc2025`](https://github.com/docker-library/golang/blob/5ac8de688220e63940b9df4c27614898aae9e3fc/1.25/windows/nanoserver-ltsc2025/Dockerfile)
+-	[`1.25.6-nanoserver-ltsc2025`, `1.25-nanoserver-ltsc2025`, `1-nanoserver-ltsc2025`, `nanoserver-ltsc2025`](https://github.com/docker-library/golang/blob/1c0ced42456a245f7952d1d3099c7bc51da8ef00/1.25/windows/nanoserver-ltsc2025/Dockerfile)
 
--	[`1.25.5-nanoserver-ltsc2022`, `1.25-nanoserver-ltsc2022`, `1-nanoserver-ltsc2022`, `nanoserver-ltsc2022`](https://github.com/docker-library/golang/blob/5ac8de688220e63940b9df4c27614898aae9e3fc/1.25/windows/nanoserver-ltsc2022/Dockerfile)
+-	[`1.25.6-nanoserver-ltsc2022`, `1.25-nanoserver-ltsc2022`, `1-nanoserver-ltsc2022`, `nanoserver-ltsc2022`](https://github.com/docker-library/golang/blob/1c0ced42456a245f7952d1d3099c7bc51da8ef00/1.25/windows/nanoserver-ltsc2022/Dockerfile)
 
--	[`1.24.11-trixie`, `1.24-trixie`](https://github.com/docker-library/golang/blob/40780952e94f21871629116080cf50fac6c991f6/1.24/trixie/Dockerfile)
+-	[`1.24.12-trixie`, `1.24-trixie`](https://github.com/docker-library/golang/blob/7262312f3644ba6a680fcf4e78575ebd1d10b98a/1.24/trixie/Dockerfile)
 
--	[`1.24.11-bookworm`, `1.24-bookworm`](https://github.com/docker-library/golang/blob/40780952e94f21871629116080cf50fac6c991f6/1.24/bookworm/Dockerfile)
+-	[`1.24.12-bookworm`, `1.24-bookworm`](https://github.com/docker-library/golang/blob/7262312f3644ba6a680fcf4e78575ebd1d10b98a/1.24/bookworm/Dockerfile)
 
--	[`1.24.11-alpine3.23`, `1.24-alpine3.23`, `1.24.11-alpine`, `1.24-alpine`](https://github.com/docker-library/golang/blob/adf0ff9a10a766d7dc1b394d52544f3a1b1da4e2/1.24/alpine3.23/Dockerfile)
+-	[`1.24.12-alpine3.23`, `1.24-alpine3.23`, `1.24.12-alpine`, `1.24-alpine`](https://github.com/docker-library/golang/blob/7262312f3644ba6a680fcf4e78575ebd1d10b98a/1.24/alpine3.23/Dockerfile)
 
--	[`1.24.11-alpine3.22`, `1.24-alpine3.22`](https://github.com/docker-library/golang/blob/40780952e94f21871629116080cf50fac6c991f6/1.24/alpine3.22/Dockerfile)
+-	[`1.24.12-alpine3.22`, `1.24-alpine3.22`](https://github.com/docker-library/golang/blob/7262312f3644ba6a680fcf4e78575ebd1d10b98a/1.24/alpine3.22/Dockerfile)
 
--	[`1.24.11-windowsservercore-ltsc2025`, `1.24-windowsservercore-ltsc2025`](https://github.com/docker-library/golang/blob/40780952e94f21871629116080cf50fac6c991f6/1.24/windows/windowsservercore-ltsc2025/Dockerfile)
+-	[`1.24.12-windowsservercore-ltsc2025`, `1.24-windowsservercore-ltsc2025`](https://github.com/docker-library/golang/blob/7262312f3644ba6a680fcf4e78575ebd1d10b98a/1.24/windows/windowsservercore-ltsc2025/Dockerfile)
 
--	[`1.24.11-windowsservercore-ltsc2022`, `1.24-windowsservercore-ltsc2022`](https://github.com/docker-library/golang/blob/40780952e94f21871629116080cf50fac6c991f6/1.24/windows/windowsservercore-ltsc2022/Dockerfile)
+-	[`1.24.12-windowsservercore-ltsc2022`, `1.24-windowsservercore-ltsc2022`](https://github.com/docker-library/golang/blob/7262312f3644ba6a680fcf4e78575ebd1d10b98a/1.24/windows/windowsservercore-ltsc2022/Dockerfile)
 
--	[`1.24.11-nanoserver-ltsc2025`, `1.24-nanoserver-ltsc2025`](https://github.com/docker-library/golang/blob/40780952e94f21871629116080cf50fac6c991f6/1.24/windows/nanoserver-ltsc2025/Dockerfile)
+-	[`1.24.12-nanoserver-ltsc2025`, `1.24-nanoserver-ltsc2025`](https://github.com/docker-library/golang/blob/7262312f3644ba6a680fcf4e78575ebd1d10b98a/1.24/windows/nanoserver-ltsc2025/Dockerfile)
 
--	[`1.24.11-nanoserver-ltsc2022`, `1.24-nanoserver-ltsc2022`](https://github.com/docker-library/golang/blob/40780952e94f21871629116080cf50fac6c991f6/1.24/windows/nanoserver-ltsc2022/Dockerfile)
+-	[`1.24.12-nanoserver-ltsc2022`, `1.24-nanoserver-ltsc2022`](https://github.com/docker-library/golang/blob/7262312f3644ba6a680fcf4e78575ebd1d10b98a/1.24/windows/nanoserver-ltsc2022/Dockerfile)
 
 -	[`tip-20260109-trixie`, `tip-trixie`](https://github.com/docker-library/golang/blob/212bc84b34fbcff4c891714b604aaa2edd7470f7/tip/trixie/Dockerfile)
 
@@ -86,53 +86,53 @@ WARNING:
 
 ## Shared Tags
 
--	`1.26rc1`, `1.26-rc`:
+-	`1.26rc2`, `1.26-rc`:
 
-	-	[`1.26rc1-trixie`](https://github.com/docker-library/golang/blob/fba8da6733b948b309e4bedebbfd85f3a20f98a1/1.26-rc/trixie/Dockerfile)
-	-	[`1.26rc1-windowsservercore-ltsc2025`](https://github.com/docker-library/golang/blob/fba8da6733b948b309e4bedebbfd85f3a20f98a1/1.26-rc/windows/windowsservercore-ltsc2025/Dockerfile)
-	-	[`1.26rc1-windowsservercore-ltsc2022`](https://github.com/docker-library/golang/blob/fba8da6733b948b309e4bedebbfd85f3a20f98a1/1.26-rc/windows/windowsservercore-ltsc2022/Dockerfile)
+	-	[`1.26rc2-trixie`](https://github.com/docker-library/golang/blob/12bb165f4ed0318d0425a869ed69b59f2e9a29c9/1.26-rc/trixie/Dockerfile)
+	-	[`1.26rc2-windowsservercore-ltsc2025`](https://github.com/docker-library/golang/blob/12bb165f4ed0318d0425a869ed69b59f2e9a29c9/1.26-rc/windows/windowsservercore-ltsc2025/Dockerfile)
+	-	[`1.26rc2-windowsservercore-ltsc2022`](https://github.com/docker-library/golang/blob/12bb165f4ed0318d0425a869ed69b59f2e9a29c9/1.26-rc/windows/windowsservercore-ltsc2022/Dockerfile)
 
--	`1.26rc1-windowsservercore`, `1.26-rc-windowsservercore`:
+-	`1.26rc2-windowsservercore`, `1.26-rc-windowsservercore`:
 
-	-	[`1.26rc1-windowsservercore-ltsc2025`](https://github.com/docker-library/golang/blob/fba8da6733b948b309e4bedebbfd85f3a20f98a1/1.26-rc/windows/windowsservercore-ltsc2025/Dockerfile)
-	-	[`1.26rc1-windowsservercore-ltsc2022`](https://github.com/docker-library/golang/blob/fba8da6733b948b309e4bedebbfd85f3a20f98a1/1.26-rc/windows/windowsservercore-ltsc2022/Dockerfile)
+	-	[`1.26rc2-windowsservercore-ltsc2025`](https://github.com/docker-library/golang/blob/12bb165f4ed0318d0425a869ed69b59f2e9a29c9/1.26-rc/windows/windowsservercore-ltsc2025/Dockerfile)
+	-	[`1.26rc2-windowsservercore-ltsc2022`](https://github.com/docker-library/golang/blob/12bb165f4ed0318d0425a869ed69b59f2e9a29c9/1.26-rc/windows/windowsservercore-ltsc2022/Dockerfile)
 
--	`1.26rc1-nanoserver`, `1.26-rc-nanoserver`:
+-	`1.26rc2-nanoserver`, `1.26-rc-nanoserver`:
 
-	-	[`1.26rc1-nanoserver-ltsc2025`](https://github.com/docker-library/golang/blob/fba8da6733b948b309e4bedebbfd85f3a20f98a1/1.26-rc/windows/nanoserver-ltsc2025/Dockerfile)
-	-	[`1.26rc1-nanoserver-ltsc2022`](https://github.com/docker-library/golang/blob/fba8da6733b948b309e4bedebbfd85f3a20f98a1/1.26-rc/windows/nanoserver-ltsc2022/Dockerfile)
+	-	[`1.26rc2-nanoserver-ltsc2025`](https://github.com/docker-library/golang/blob/12bb165f4ed0318d0425a869ed69b59f2e9a29c9/1.26-rc/windows/nanoserver-ltsc2025/Dockerfile)
+	-	[`1.26rc2-nanoserver-ltsc2022`](https://github.com/docker-library/golang/blob/12bb165f4ed0318d0425a869ed69b59f2e9a29c9/1.26-rc/windows/nanoserver-ltsc2022/Dockerfile)
 
--	`1.25.5`, `1.25`, `1`, `latest`:
+-	`1.25.6`, `1.25`, `1`, `latest`:
 
-	-	[`1.25.5-trixie`](https://github.com/docker-library/golang/blob/5ac8de688220e63940b9df4c27614898aae9e3fc/1.25/trixie/Dockerfile)
-	-	[`1.25.5-windowsservercore-ltsc2025`](https://github.com/docker-library/golang/blob/5ac8de688220e63940b9df4c27614898aae9e3fc/1.25/windows/windowsservercore-ltsc2025/Dockerfile)
-	-	[`1.25.5-windowsservercore-ltsc2022`](https://github.com/docker-library/golang/blob/5ac8de688220e63940b9df4c27614898aae9e3fc/1.25/windows/windowsservercore-ltsc2022/Dockerfile)
+	-	[`1.25.6-trixie`](https://github.com/docker-library/golang/blob/1c0ced42456a245f7952d1d3099c7bc51da8ef00/1.25/trixie/Dockerfile)
+	-	[`1.25.6-windowsservercore-ltsc2025`](https://github.com/docker-library/golang/blob/1c0ced42456a245f7952d1d3099c7bc51da8ef00/1.25/windows/windowsservercore-ltsc2025/Dockerfile)
+	-	[`1.25.6-windowsservercore-ltsc2022`](https://github.com/docker-library/golang/blob/1c0ced42456a245f7952d1d3099c7bc51da8ef00/1.25/windows/windowsservercore-ltsc2022/Dockerfile)
 
--	`1.25.5-windowsservercore`, `1.25-windowsservercore`, `1-windowsservercore`, `windowsservercore`:
+-	`1.25.6-windowsservercore`, `1.25-windowsservercore`, `1-windowsservercore`, `windowsservercore`:
 
-	-	[`1.25.5-windowsservercore-ltsc2025`](https://github.com/docker-library/golang/blob/5ac8de688220e63940b9df4c27614898aae9e3fc/1.25/windows/windowsservercore-ltsc2025/Dockerfile)
-	-	[`1.25.5-windowsservercore-ltsc2022`](https://github.com/docker-library/golang/blob/5ac8de688220e63940b9df4c27614898aae9e3fc/1.25/windows/windowsservercore-ltsc2022/Dockerfile)
+	-	[`1.25.6-windowsservercore-ltsc2025`](https://github.com/docker-library/golang/blob/1c0ced42456a245f7952d1d3099c7bc51da8ef00/1.25/windows/windowsservercore-ltsc2025/Dockerfile)
+	-	[`1.25.6-windowsservercore-ltsc2022`](https://github.com/docker-library/golang/blob/1c0ced42456a245f7952d1d3099c7bc51da8ef00/1.25/windows/windowsservercore-ltsc2022/Dockerfile)
 
--	`1.25.5-nanoserver`, `1.25-nanoserver`, `1-nanoserver`, `nanoserver`:
+-	`1.25.6-nanoserver`, `1.25-nanoserver`, `1-nanoserver`, `nanoserver`:
 
-	-	[`1.25.5-nanoserver-ltsc2025`](https://github.com/docker-library/golang/blob/5ac8de688220e63940b9df4c27614898aae9e3fc/1.25/windows/nanoserver-ltsc2025/Dockerfile)
-	-	[`1.25.5-nanoserver-ltsc2022`](https://github.com/docker-library/golang/blob/5ac8de688220e63940b9df4c27614898aae9e3fc/1.25/windows/nanoserver-ltsc2022/Dockerfile)
+	-	[`1.25.6-nanoserver-ltsc2025`](https://github.com/docker-library/golang/blob/1c0ced42456a245f7952d1d3099c7bc51da8ef00/1.25/windows/nanoserver-ltsc2025/Dockerfile)
+	-	[`1.25.6-nanoserver-ltsc2022`](https://github.com/docker-library/golang/blob/1c0ced42456a245f7952d1d3099c7bc51da8ef00/1.25/windows/nanoserver-ltsc2022/Dockerfile)
 
--	`1.24.11`, `1.24`:
+-	`1.24.12`, `1.24`:
 
-	-	[`1.24.11-trixie`](https://github.com/docker-library/golang/blob/40780952e94f21871629116080cf50fac6c991f6/1.24/trixie/Dockerfile)
-	-	[`1.24.11-windowsservercore-ltsc2025`](https://github.com/docker-library/golang/blob/40780952e94f21871629116080cf50fac6c991f6/1.24/windows/windowsservercore-ltsc2025/Dockerfile)
-	-	[`1.24.11-windowsservercore-ltsc2022`](https://github.com/docker-library/golang/blob/40780952e94f21871629116080cf50fac6c991f6/1.24/windows/windowsservercore-ltsc2022/Dockerfile)
+	-	[`1.24.12-trixie`](https://github.com/docker-library/golang/blob/7262312f3644ba6a680fcf4e78575ebd1d10b98a/1.24/trixie/Dockerfile)
+	-	[`1.24.12-windowsservercore-ltsc2025`](https://github.com/docker-library/golang/blob/7262312f3644ba6a680fcf4e78575ebd1d10b98a/1.24/windows/windowsservercore-ltsc2025/Dockerfile)
+	-	[`1.24.12-windowsservercore-ltsc2022`](https://github.com/docker-library/golang/blob/7262312f3644ba6a680fcf4e78575ebd1d10b98a/1.24/windows/windowsservercore-ltsc2022/Dockerfile)
 
--	`1.24.11-windowsservercore`, `1.24-windowsservercore`:
+-	`1.24.12-windowsservercore`, `1.24-windowsservercore`:
 
-	-	[`1.24.11-windowsservercore-ltsc2025`](https://github.com/docker-library/golang/blob/40780952e94f21871629116080cf50fac6c991f6/1.24/windows/windowsservercore-ltsc2025/Dockerfile)
-	-	[`1.24.11-windowsservercore-ltsc2022`](https://github.com/docker-library/golang/blob/40780952e94f21871629116080cf50fac6c991f6/1.24/windows/windowsservercore-ltsc2022/Dockerfile)
+	-	[`1.24.12-windowsservercore-ltsc2025`](https://github.com/docker-library/golang/blob/7262312f3644ba6a680fcf4e78575ebd1d10b98a/1.24/windows/windowsservercore-ltsc2025/Dockerfile)
+	-	[`1.24.12-windowsservercore-ltsc2022`](https://github.com/docker-library/golang/blob/7262312f3644ba6a680fcf4e78575ebd1d10b98a/1.24/windows/windowsservercore-ltsc2022/Dockerfile)
 
--	`1.24.11-nanoserver`, `1.24-nanoserver`:
+-	`1.24.12-nanoserver`, `1.24-nanoserver`:
 
-	-	[`1.24.11-nanoserver-ltsc2025`](https://github.com/docker-library/golang/blob/40780952e94f21871629116080cf50fac6c991f6/1.24/windows/nanoserver-ltsc2025/Dockerfile)
-	-	[`1.24.11-nanoserver-ltsc2022`](https://github.com/docker-library/golang/blob/40780952e94f21871629116080cf50fac6c991f6/1.24/windows/nanoserver-ltsc2022/Dockerfile)
+	-	[`1.24.12-nanoserver-ltsc2025`](https://github.com/docker-library/golang/blob/7262312f3644ba6a680fcf4e78575ebd1d10b98a/1.24/windows/nanoserver-ltsc2025/Dockerfile)
+	-	[`1.24.12-nanoserver-ltsc2022`](https://github.com/docker-library/golang/blob/7262312f3644ba6a680fcf4e78575ebd1d10b98a/1.24/windows/nanoserver-ltsc2022/Dockerfile)
 
 -	`tip-20260109`, `tip`:
 

+ 15 - 15
python/README.md

@@ -28,21 +28,21 @@ WARNING:
 
 ## Simple Tags
 
--	[`3.15.0a3-trixie`, `3.15-rc-trixie`](https://github.com/docker-library/python/blob/4f385dfe2f95c2be5863a4c9af7d78facbf0fbac/3.15-rc/trixie/Dockerfile)
+-	[`3.15.0a5-trixie`, `3.15-rc-trixie`](https://github.com/docker-library/python/blob/34416dc8978516e1aee327d2c1a4ca2b6e871bc2/3.15-rc/trixie/Dockerfile)
 
--	[`3.15.0a3-slim-trixie`, `3.15-rc-slim-trixie`, `3.15.0a3-slim`, `3.15-rc-slim`](https://github.com/docker-library/python/blob/4f385dfe2f95c2be5863a4c9af7d78facbf0fbac/3.15-rc/slim-trixie/Dockerfile)
+-	[`3.15.0a5-slim-trixie`, `3.15-rc-slim-trixie`, `3.15.0a5-slim`, `3.15-rc-slim`](https://github.com/docker-library/python/blob/34416dc8978516e1aee327d2c1a4ca2b6e871bc2/3.15-rc/slim-trixie/Dockerfile)
 
--	[`3.15.0a3-bookworm`, `3.15-rc-bookworm`](https://github.com/docker-library/python/blob/4f385dfe2f95c2be5863a4c9af7d78facbf0fbac/3.15-rc/bookworm/Dockerfile)
+-	[`3.15.0a5-bookworm`, `3.15-rc-bookworm`](https://github.com/docker-library/python/blob/34416dc8978516e1aee327d2c1a4ca2b6e871bc2/3.15-rc/bookworm/Dockerfile)
 
--	[`3.15.0a3-slim-bookworm`, `3.15-rc-slim-bookworm`](https://github.com/docker-library/python/blob/4f385dfe2f95c2be5863a4c9af7d78facbf0fbac/3.15-rc/slim-bookworm/Dockerfile)
+-	[`3.15.0a5-slim-bookworm`, `3.15-rc-slim-bookworm`](https://github.com/docker-library/python/blob/34416dc8978516e1aee327d2c1a4ca2b6e871bc2/3.15-rc/slim-bookworm/Dockerfile)
 
--	[`3.15.0a3-alpine3.23`, `3.15-rc-alpine3.23`, `3.15.0a3-alpine`, `3.15-rc-alpine`](https://github.com/docker-library/python/blob/4f385dfe2f95c2be5863a4c9af7d78facbf0fbac/3.15-rc/alpine3.23/Dockerfile)
+-	[`3.15.0a5-alpine3.23`, `3.15-rc-alpine3.23`, `3.15.0a5-alpine`, `3.15-rc-alpine`](https://github.com/docker-library/python/blob/34416dc8978516e1aee327d2c1a4ca2b6e871bc2/3.15-rc/alpine3.23/Dockerfile)
 
--	[`3.15.0a3-alpine3.22`, `3.15-rc-alpine3.22`](https://github.com/docker-library/python/blob/4f385dfe2f95c2be5863a4c9af7d78facbf0fbac/3.15-rc/alpine3.22/Dockerfile)
+-	[`3.15.0a5-alpine3.22`, `3.15-rc-alpine3.22`](https://github.com/docker-library/python/blob/34416dc8978516e1aee327d2c1a4ca2b6e871bc2/3.15-rc/alpine3.22/Dockerfile)
 
--	[`3.15.0a3-windowsservercore-ltsc2025`, `3.15-rc-windowsservercore-ltsc2025`](https://github.com/docker-library/python/blob/4f385dfe2f95c2be5863a4c9af7d78facbf0fbac/3.15-rc/windows/windowsservercore-ltsc2025/Dockerfile)
+-	[`3.15.0a5-windowsservercore-ltsc2025`, `3.15-rc-windowsservercore-ltsc2025`](https://github.com/docker-library/python/blob/34416dc8978516e1aee327d2c1a4ca2b6e871bc2/3.15-rc/windows/windowsservercore-ltsc2025/Dockerfile)
 
--	[`3.15.0a3-windowsservercore-ltsc2022`, `3.15-rc-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/4f385dfe2f95c2be5863a4c9af7d78facbf0fbac/3.15-rc/windows/windowsservercore-ltsc2022/Dockerfile)
+-	[`3.15.0a5-windowsservercore-ltsc2022`, `3.15-rc-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/34416dc8978516e1aee327d2c1a4ca2b6e871bc2/3.15-rc/windows/windowsservercore-ltsc2022/Dockerfile)
 
 -	[`3.14.2-trixie`, `3.14-trixie`, `3-trixie`, `trixie`](https://github.com/docker-library/python/blob/2fc7ce5fa65ed3321256f9b45054733a6958aebe/3.14/trixie/Dockerfile)
 
@@ -114,16 +114,16 @@ WARNING:
 
 ## Shared Tags
 
--	`3.15.0a3`, `3.15-rc`:
+-	`3.15.0a5`, `3.15-rc`:
 
-	-	[`3.15.0a3-trixie`](https://github.com/docker-library/python/blob/4f385dfe2f95c2be5863a4c9af7d78facbf0fbac/3.15-rc/trixie/Dockerfile)
-	-	[`3.15.0a3-windowsservercore-ltsc2025`](https://github.com/docker-library/python/blob/4f385dfe2f95c2be5863a4c9af7d78facbf0fbac/3.15-rc/windows/windowsservercore-ltsc2025/Dockerfile)
-	-	[`3.15.0a3-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/4f385dfe2f95c2be5863a4c9af7d78facbf0fbac/3.15-rc/windows/windowsservercore-ltsc2022/Dockerfile)
+	-	[`3.15.0a5-trixie`](https://github.com/docker-library/python/blob/34416dc8978516e1aee327d2c1a4ca2b6e871bc2/3.15-rc/trixie/Dockerfile)
+	-	[`3.15.0a5-windowsservercore-ltsc2025`](https://github.com/docker-library/python/blob/34416dc8978516e1aee327d2c1a4ca2b6e871bc2/3.15-rc/windows/windowsservercore-ltsc2025/Dockerfile)
+	-	[`3.15.0a5-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/34416dc8978516e1aee327d2c1a4ca2b6e871bc2/3.15-rc/windows/windowsservercore-ltsc2022/Dockerfile)
 
--	`3.15.0a3-windowsservercore`, `3.15-rc-windowsservercore`:
+-	`3.15.0a5-windowsservercore`, `3.15-rc-windowsservercore`:
 
-	-	[`3.15.0a3-windowsservercore-ltsc2025`](https://github.com/docker-library/python/blob/4f385dfe2f95c2be5863a4c9af7d78facbf0fbac/3.15-rc/windows/windowsservercore-ltsc2025/Dockerfile)
-	-	[`3.15.0a3-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/4f385dfe2f95c2be5863a4c9af7d78facbf0fbac/3.15-rc/windows/windowsservercore-ltsc2022/Dockerfile)
+	-	[`3.15.0a5-windowsservercore-ltsc2025`](https://github.com/docker-library/python/blob/34416dc8978516e1aee327d2c1a4ca2b6e871bc2/3.15-rc/windows/windowsservercore-ltsc2025/Dockerfile)
+	-	[`3.15.0a5-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/34416dc8978516e1aee327d2c1a4ca2b6e871bc2/3.15-rc/windows/windowsservercore-ltsc2022/Dockerfile)
 
 -	`3.14.2`, `3.14`, `3`, `latest`:
 

+ 3 - 3
ubuntu/README.md

@@ -24,15 +24,15 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`22.04`, `jammy-20251013`, `jammy`](https://git.launchpad.net/cloud-images/+oci/ubuntu-base/tree/oci/index.json?h=refs/tags/dist-jammy-amd64-20251013-b40e3010&id=b40e301002ccc279d4014443ac99c4a4bf12bc9e)
+-	[`22.04`, `jammy-20260109`, `jammy`](https://git.launchpad.net/cloud-images/+oci/ubuntu-base/tree/oci/index.json?h=refs/tags/dist-jammy-amd64-20260109-ae8fa966&id=ae8fa96632f4ac9782f8f49e24c771bcd052d32b)
 
--	[`24.04`, `noble-20251013`, `noble`, `latest`](https://git.launchpad.net/cloud-images/+oci/ubuntu-base/tree/oci/index.json?h=refs/tags/dist-noble-amd64-20251013-6177ca63&id=6177ca63f5beee0b6d2993721a62850b9146e474)
+-	[`24.04`, `noble-20260113`, `noble`, `latest`](https://git.launchpad.net/cloud-images/+oci/ubuntu-base/tree/oci/index.json?h=refs/tags/dist-noble-amd64-20260113-0204f0b5&id=0204f0b546818d54ed186e72b4fc4eba7e3c7136)
 
 -	[`25.04`, `plucky-20251001`, `plucky`](https://git.launchpad.net/cloud-images/+oci/ubuntu-base/tree/oci/index.json?h=refs/tags/dist-plucky-amd64-20251001-547c400a&id=547c400a291828191316040f3e41e24b971efb8e)
 
 -	[`25.10`, `questing-20251217`, `questing`, `rolling`](https://git.launchpad.net/cloud-images/+oci/ubuntu-base/tree/oci/index.json?h=refs/tags/dist-questing-amd64-20251217-883bce4d&id=883bce4d25b37c4c52e6d25bcd3f2961671ce1c7)
 
--	[`26.04`, `resolute-20251208`, `resolute`, `devel`](https://git.launchpad.net/cloud-images/+oci/ubuntu-base/tree/oci/index.json?h=refs/tags/dist-resolute-amd64-20251208-b6ced6db&id=b6ced6dbd0a1d454a570be117b73c25268876fcd)
+-	[`26.04`, `resolute-20260106.1`, `resolute`, `devel`](https://git.launchpad.net/cloud-images/+oci/ubuntu-base/tree/oci/index.json?h=refs/tags/dist-resolute-amd64-20260106.1-09ce3a9e&id=09ce3a9e74281df056d51bee1c0ef382253a736f)
 
 # Quick reference (cont.)