docker-protobuf icon indicating copy to clipboard operation
docker-protobuf copied to clipboard

Add tagged releases

Open cerisier opened this issue 9 years ago • 4 comments

If this project is going to be promoted, we should tag our releases especially as we are upgrading versions of various components.

Cc @steeve

cerisier avatar Oct 01 '16 13:10 cerisier

I recommend following protobuf versions + own patches info

cerisier avatar Oct 01 '16 13:10 cerisier

Would be awesome, I need to take care of not upgrade the image with #13 :)

moul avatar Nov 16 '16 21:11 moul

please tag the docker images on the Docker hub as well, for reproducible builds

emicklei avatar Jun 20 '17 11:06 emicklei

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

fenollp avatar Aug 23 '18 09:08 fenollp