GitHub user bufferoverflow opened a pull request:
https://github.com/apache/thrift/pull/733
THRIFT-3474 Docker: thrift-compiler
Would be nice to provide support of 0.9.3 compiler as container.
This closes #732
```
$ docker pull thrift/thrift-compiler:0.9.3
Pulling repository thrift/thrift-compiler
...
Status: Downloaded newer image for thrift/thrift-compiler:0.9.3
$ sudo docker run thrift/thrift-compiler:0.9.3 --version
Thrift version 0.9.3
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bufferoverflow/thrift 0.9.3
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/733.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #733
----
commit c95f5dbb977e9027da3cd6d17e4040ece28b3e7e
Author: Roger Meier <[email protected]>
Date: 2015-12-06T15:27:35Z
THRIFT-3474 Docker: thrift-compiler
This closes #732
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---