| commit | 74dcd14ab232376a524f99065c48bbd08aadc048 | [log] [tgz] |
|---|---|---|
| author | Scott Baker <smbaker@gmail.com> | Tue May 07 10:37:22 2019 -0700 |
| committer | Scott Baker <smbaker@gmail.com> | Tue May 07 12:22:43 2019 -0700 |
| tree | d7cea72446e5ec63e811bd7b0f5424fc4145073a | |
| parent | f350dc3ea2a9dc84383d281c0d8afffc6e7991f2 [diff] |
SEBA-622 add grpcio-reflection Change-Id: I42fdf76b60d5c69275369b0ab38558c21983a9d3
Alpine image with gRPC and protobuf python tools as a generic base for XOS containers. This exists because building prebuilt binary wheels of certain python modules, specifically grpcio and grpcio-tools takes >10 minutes on Alpine (because of musl libc?).
By making a base image the compilation time is avoided and having a shared base image can speed image downloads.
Has no XOS-specific code and it's own VERSION independent of XOS development, so changes will happen more slowly, only when Alpine or included packages have new releases.
Installed via apk:
Installed via pip:
Run make build to build the container image, make push to send to a registry.
Currently the only test is to perform a container image build.