Conversation
Adds a new 0.38.0 version key for the LMI 29.0.0 image (0.38.0-lmi29.0.0-cu130), published to public ECR 2026-09-21, and moves version_aliases.latest from 0.36.0 to 0.38.0. Unlike previous LMI bumps this is a new version key rather than a tag_prefix edit, because DJL Serving moved 0.36.0 -> 0.38.0. The registry map is copied verbatim from the 0.36.0 entry. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
shiehbeth
requested a deployment
to
manual-approval
September 22, 2026 16:56 — with
GitHub Actions
Waiting
shiehbeth
requested a deployment
to
manual-approval
September 22, 2026 16:56 — with
GitHub Actions
Waiting
This branch is waiting to be deployed
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
Updates the DJL-LMI image config to the newly released LMI v29 (
0.38.0-lmi29.0.0-cu130, DJL Serving 0.38.0 / vLLM 0.28.0) for SageMaker Python SDK 3.x (sagemaker-core). Unlike previous LMI bumps this adds a new0.38.0version key rather than editingtag_prefixin place, because DJL Serving moved0.36.0→0.38.0; theregistriesmap is copied verbatim from the0.36.0entry, so no account numbers changed.Changes
sagemaker-core/src/sagemaker/core/image_uri_config/djl-lmi.json: add a0.38.0version key withtag_prefix0.38.0-lmi29.0.0-cu130; moveversion_aliases.latestfrom0.36.0to0.38.0sagemaker-core/tests/unit/image_uris/test_djl.py: register0.38.0-lmi29.0.0-cu130inKNOWN_MISSING_COMBINATIONS(ap-east-2), consistent with prior versions🤖 Generated with Claude Code