Skip to content

Decouple runtime image generation from pre-built SDKs#2887

Open
Saipriya-1144 wants to merge 11 commits intomainfrom
user/vchintalapat/decouple-storage-account-runtimeImages
Open

Decouple runtime image generation from pre-built SDKs#2887
Saipriya-1144 wants to merge 11 commits intomainfrom
user/vchintalapat/decouple-storage-account-runtimeImages

Conversation

@Saipriya-1144
Copy link
Copy Markdown
Collaborator

@Saipriya-1144 Saipriya-1144 commented Apr 6, 2026

Decouple runtime image builds from SDK publishing pipeline so runtime images can be generated independently.

Python: Introduced a multi-stage pythonSdkBuilder intermediate stage that builds Python from source using build.sh (the same script used by the SDK pipeline). The final image receives only the compiled /opt/python/ directory, eliminating storage account dependency and keeping the final image clean. Applied to both template.Dockerfile and noble.Dockerfile

Node: Introduced a multi-stage nodeDownloader intermediate stage that installs Node via n version manager. The final image receives only the Node binaries

Testing:
image
20260427.2 image is created with n, 20260427.3 is created with nvm

  • The purpose of this PR is explained in this message or in an issue. If an issue please include a reference as #<issue_number>.
  • Tests are included and/or updated for code changes.
  • Proper license headers are included in each file.

@Saipriya-1144 Saipriya-1144 requested a review from a team as a code owner April 6, 2026 11:15
Comment thread images/runtime/python/template.Dockerfile
Comment thread images/runtime/node/18/bullseye.Dockerfile Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants