ci: 建立镜像发布前供应链门禁 (#6393)

This commit is contained in:
InfinityPacer
2026-08-22 16:03:33 +08:00
committed by GitHub
parent be18cace1f
commit dfc047b880
14 changed files with 280 additions and 47 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ def test_runtime_image_installs_postgresql_18_client_from_pgdg() -> None:
).read_text(encoding="utf-8")
assert re.search(
r"^FROM python:[^\s]+-slim-trixie@sha256:[0-9a-f]{64} AS base$",
r"^FROM python:3\.14\.7-slim-trixie AS base$",
dockerfile,
re.MULTILINE,
)