Source: factory.deploy/extend.build/ObjBuildDocker.py
Docker image build/push step for the build pipeline.
| Method | Signature | Description |
|---|---|---|
| build_image | build_image(package: str = '', target: str = '', platform: str = '') -> int |
Build a Docker image for the package. |
| build_push | build_push(package: str = '') -> int |
Push the built image to the configured registry. |
| build_all_targets | build_all_targets(package: str = '', platform: str = '') -> Dict[str, int] |
Build all per-service Docker targets. |