Docker image with Python on Alpine with grpcio
pre-compiled.
The image is published on Docker Hub at
quay.io/basisai/python-alpine-grpcio
.
To create and push a new image version, create a new release/tag following the tag naming convention:
The image tag will be made up of two components separate by a
-
: <python version>-<alpine version>-<grpcio version>
.
A GA workflow will pick this up and push a new version to quay.io.