[
https://issues.apache.org/jira/browse/THRIFT-3474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15044195#comment-15044195
]
ASF GitHub Bot commented on THRIFT-3474:
----------------------------------------
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
----
> Docker: thrift-compiler
> -----------------------
>
> Key: THRIFT-3474
> URL: https://issues.apache.org/jira/browse/THRIFT-3474
> Project: Thrift
> Issue Type: Bug
> Components: Compiler (General), Deployment
> Reporter: Roger Meier
> Assignee: Roger Meier
>
> I made a Dockerfile and .dockerignore for this
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)