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

Update the `latest` tag in docker hub

Open TheBeastLT opened this issue 6 years ago • 3 comments

Currently the latest tag in docker hub is 1 year old. I've spent some time debugging why some features were not working and it was because of the latest tag image.

https://hub.docker.com/r/znly/protoc/tags/

TheBeastLT avatar Nov 13 '18 11:11 TheBeastLT

https://github.com/znly/docker-protobuf/issues/49#issuecomment-460610504

rvolosatovs avatar Feb 05 '19 11:02 rvolosatovs

I have the same problem. Latest seems to be fixed on 0.1.0, which means protobuf 3.4.1 < 3.5.0, which means no reserved enum values.

hosswald avatar Mar 20 '19 10:03 hosswald

https://github.com/TheThingsIndustries/docker-protobuf has protobuf 3.7.0, which is the version vendored in gRPC 1.19.1(https://github.com/grpc/grpc/tree/v1.19.1/third_party)

rvolosatovs avatar Mar 20 '19 11:03 rvolosatovs