Skip to content

Add the python3/host package to the SDK docker image#43

Merged
ksperling-apple merged 2 commits into
project-chip:mainfrom
ksperling-apple:docker-add-python
May 26, 2026
Merged

Add the python3/host package to the SDK docker image#43
ksperling-apple merged 2 commits into
project-chip:mainfrom
ksperling-apple:docker-add-python

Conversation

@ksperling-apple

Copy link
Copy Markdown
Contributor

No description provided.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Dockerfile for the OpenWrt build container to include python3/host in the pre-built source packages. However, the use of a bash-specific parameter expansion (${SRC_PACKAGES//\/host/}) in the RUN instruction will fail under the default /bin/sh shell. It is recommended to use a POSIX-compliant alternative like sed to strip the /host suffix.

Comment thread .containers/matter-openwrt-build/Dockerfile Outdated
@ksperling-apple ksperling-apple added the sdk-maintainer-approved PR marked by `matter-sdk-maintainers` as suitable for MERGE label May 26, 2026
@ksperling-apple ksperling-apple merged commit 5b137b8 into project-chip:main May 26, 2026
6 checks passed
@ksperling-apple ksperling-apple deleted the docker-add-python branch May 26, 2026 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

review - pending sdk-maintainer-approved PR marked by `matter-sdk-maintainers` as suitable for MERGE

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant