docker-thrift
docker-thrift copied to clipboard
This adds support for the latest thrift release https://github.com/apache/thrift/releases/tag/v0.19.0
Thrift 0.13.0 version available, can you please make the docker image for it?
This is basically the same as the existing 0.12 Dockerfile with 2 differences: 1. Pull 0.14 :) 2. Set /data as the workdir to make it easy to use as...
Add `--with-netstd` for all available versions. Otherwise, Is it a reason why it's not been added? Thanks in advance.
Hi, With very minor changes to Dockerfile, by to moving to latest Debian release "stretch", thrift works on ARM64 containers. Can you please review the below changes and suggest if...
Thrift 0.12.0 was released a few weeks ago: https://github.com/apache/thrift/releases/tag/v0.12.0
The information about go 1.4 in the README is stale. I refreshed the README for the common use case.
The following changes are done to get Thrift working on docker containers running on ARMv8, a) The wheezy base package doesn't work for arm64, hence moving to latest debian "stretch"...
Proposal about issue #3
This project is based on Debian Wheezy. Debian dropped all support for Wheezy on 31st May 2018, leaving it totally unsupported. Please rebase this project onto Stretch. If you would...