Description
The chip-cert-bins Docker image fails to build because it references the energy-management build target, which seems no longer exists.
Error
Usage: build_examples.py [OPTIONS] COMMAND1 [ARGS]... [COMMAND2 [ARGS]...]...
Try 'build_examples.py --help' for help.
Error: Invalid value for '--target': 'linux-arm64-energy-management-ipv6only' is not a valid target name.
Root Cause
The energy-management app was renamed to evse in commit 298a5a41d7 (January 27, 2026) as part of the energy management app restructuring. The Dockerfile still references the old target name.
Steps to reproduce the behavior
Build cert-bins-image using this command: docker buildx build --load --build-arg COMMITHASH=58568d5d306f9a5a86f4638dc97e2799bd988bd6 --tag connectedhomeip/chip-cert-bins:58568d5d306f9a5a86f4638dc97e2799bd988bd6 .
Expected behavior
Build with no errors
Log files
No response
PICS file
No response
Screenshots
No response
Environment
No response
Additional Information
No response
Description
The chip-cert-bins Docker image fails to build because it references the energy-management build target, which seems no longer exists.
Error
Root Cause
The energy-management app was renamed to evse in commit 298a5a41d7 (January 27, 2026) as part of the energy management app restructuring. The Dockerfile still references the old target name.
Steps to reproduce the behavior
Build cert-bins-image using this command:
docker buildx build --load --build-arg COMMITHASH=58568d5d306f9a5a86f4638dc97e2799bd988bd6 --tag connectedhomeip/chip-cert-bins:58568d5d306f9a5a86f4638dc97e2799bd988bd6 .Expected behavior
Build with no errors
Log files
No response
PICS file
No response
Screenshots
No response
Environment
No response
Additional Information
No response