Skip to content

Commit e8b9d88

Browse files
massongitclaude
andcommitted
fix: uv 0.10.x以降のimage tagをtrixie-slimに変更
uv 0.10.0からghcr.io/astral-sh/uvのbookworm-slimタグが廃止され、 trixie-slimに変更されたため、スクリプトのタグ指定を更新。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3f4ebcb commit e8b9d88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/deploy_hato_bot/update_uv_version/get_uv_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ image_tag=ghcr.io/dependabot/dependabot-updater-uv
66
uv_version=$(podman run --rm "$image_tag" uv --version | sed -e 's/^uv //g')
77
sed -i -e "s/required-version = .*/required-version = \"$uv_version\"/g" pyproject.toml
88
image_name=ghcr.io/astral-sh/uv
9-
image_tag=$image_name:$uv_version-python3.14-bookworm-slim
9+
image_tag=$image_name:$uv_version-python3.14-trixie-slim
1010
# Docker 27のcontainerd image storeのバグ(manifest unknown)を回避するためpodmanを使用
1111
podman pull "$image_tag"
1212
sed -i -e "s?^FROM $image_name:.[^ ]* ?FROM $image_tag$(podman inspect "$image_tag" | yq '.[0].RepoDigests[0]' | sed -e "s:^$image_name::g") ?g" Dockerfile

0 commit comments

Comments
 (0)