docs(tickets): reflect python-inference distroless trial merged state - #528
Merged
Conversation
PR #523 merged 2026-05-20 で python-inference の Dockerfile.cpu.distroless が投入されたが、 ticket Status / PR フィールド / Note の PR 番号が「TBD / 着手前」表現のまま残り、 trial 投入済の事実と HF Space promotion が未完である点が ticket から読み取れなかった。 - Status 行: 「trial 投入済 (PR #523 merged 2026-05-20、 base `cgr.dev/chainguard/python:latest`、 multi-stage `python:3.13-slim-trixie` builder)」 + canonical 置換は promotion PR (HF Space staging 検証後) であることを明記 - PR 行: 起票予定ブランチ名 → 実 PR 番号 #523 + merged 日付 + base image - §Trial PR scope note のヘッダを「PR #TBD」→「PR #523、 merged 2026-05-20」 - 変更履歴に 2026-05-20 行追加 (投入ファイル / 新規 CI workflow / smoke test 実証範囲 + promotion で必要な検証 = CVE 数値計測 / HF Space staging cold start) canonical Dockerfile.cpu / docker-compose / deploy-huggingface.yml は不変更、 ticket 整合性のみの保守的な更新。
Contributor
Required status-check gate (deferred)Head SHA |
There was a problem hiding this comment.
Pull request overview
This PR updates the internal ticket T-012 to reflect the post-merge state of the python-inference distroless trial work (docs-only maintenance), ensuring the ticket’s header fields and change log are synchronized with the merged implementation.
Changes:
- Updated
StatusandPRfields to point to the merged trial PR and describe follow-up promotion work. - Updated the “Trial PR scope note” header to reference the concrete PR number and merge date.
- Added a 2026-05-20 change-log entry documenting the trial merge and what remains for promotion.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
… distroless trial Copilot review (PR #528) 指摘の factual error 修正。 ticket Status 行と変更履歴に記載した base image / builder が、 実際の merged Dockerfile (docker/python-inference/Dockerfile.cpu.distroless) と乖離していた: - base `cgr.dev/chainguard/python:latest` → `gcr.io/distroless/python3-debian12` (Debian-glibc 整合のため、 webui trial と同構成) - builder `python:3.13-slim-trixie` → `python:3.11-slim-trixie` (final stage の Python 3.11 と minor 一致) PR #523 の body draft の古い表現を元に書いてしまい、 実 file との照合を怠った結果。 promotion PR で base/builder 構成を参照するときに誤誘導するため修正必須。 §2.2 移行後 base image 候補比較表 (line 41 / 87) は ticket 設計時の論述として正しいため不変更。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
python-inference distroless trial が merged された後、 対象 ticket の Status / PR フィールド /
§Trial PR scope noteのヘッダが「TBD / 起票予定」 表現のまま残っており、 trial 投入済の事実と HF Space promotion が未完である点が ticket 単体で読み取れない状態だった。 PR #525 で実施した webui / cpp-inference 版と同 pattern の post-merge ticket sync。 docs only の保守作業。Affected Components
Type
Risk Level
Contract Impact
docs/spec/*.toml不変更、 audit fixture (tests/fixtures/doc_examples_audit/audit.json) block 数 446 不変変更内容
cgr.dev/chainguard/python:latest、 multi-stagepython:3.13-slim-trixiebuilder)。 canonical 置換 + HF Space staging 検証は別 promotion PR」 へ書き換えfeat/python-inference-distroless-trial(/create-pr skill で起票予定)」 → 「#523 (merged 2026-05-20、 base / builder 構成併記)」設計判断
Test Plan
uv run python scripts/check_doc_examples.py audit --check-snapshot tests/fixtures/doc_examples_audit/audit.jsonで audit fixture 不変 (block 数 446、 exit 0) を確認§Trial PR scope noteヘッダ / 変更履歴 の文言が canonical 不変更と promotion 別 PR (HF Space staging 検証必須) を明示していることを目視確認git diff dev...HEAD -- docker/ .github/ src/が空 (production paths への副作用なし) を確認Checklist
Related Issues
なし (PR #523 の merge 後追い保守、 issue 紐付けなし)