Skip to content

Commit

Permalink
split out image manifest process logic frm _read_manifest_list
Browse files Browse the repository at this point in the history
  • Loading branch information
kyujin-cho authored and jopemachine committed Aug 5, 2024
1 parent 2c3f5a5 commit 0a1729a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ai/backend/manager/container_registry/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ async def _preprocess_manifest(
manifest: Mapping[str, Any],
rqst_args: Mapping[str, Any],
image: str,
) -> Mapping[str, Any]:
) -> dict[str, Any]:
"""
Extracts informations from
[Docker iamge manifest](https://github.com/openshift/docker-distribution/blob/master/docs/spec/manifest-v2-2.md#example-image-manifest)
Expand Down

0 comments on commit 0a1729a

Please sign in to comment.