commit | 14161a32c761017bdeafebaa091585e076c887c9 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Nov 22 17:28:42 2019 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Nov 26 09:46:58 2019 -0700 |
tree | a00fa65489eb6f90e24acf4765be441fcb60b4bb | |
parent | 74dcd14ab232376a524f99065c48bbd08aadc048 [diff] |
Adding Code of Conduct Change-Id: I0f4582155c1f8f76a906296e299b238d4543b202
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.