docker-protobuf
docker-protobuf copied to clipboard
Add tagged releases
If this project is going to be promoted, we should tag our releases especially as we are upgrading versions of various components.
Cc @steeve
I recommend following protobuf versions + own patches info
Would be awesome, I need to take care of not upgrade the image with #13 :)
please tag the docker images on the Docker hub as well, for reproducible builds
If possible tag releases following protobouf releases on docker hub. Note that right now neither :latest nor :0.3.0 are up to date with GPB (3.6.1):
$ docker run --rm znly/protoc --version
libprotoc 3.4.0
$ docker run --rm znly/protoc:0.3.0 --version
libprotoc 3.5.1