thrift/build/docker
2016-02-04 22:20:00 +09:00
..
centos THRIFT-3452 .travis.yml: Migrating from legacy to container-based infrastructure 2015-12-05 11:28:27 +09:00
centos6 THRIFT-3515 Python 2.6 compatibility and test on CI 2016-01-05 03:02:35 +09:00
debian THRIFT-2103 [python] Support for SSL certificates with Subject Alternative Names 2016-02-04 22:20:00 +09:00
scripts THRIFT-3452 .travis.yml: Migrating from legacy to container-based infrastructure 2015-12-05 11:28:27 +09:00
ubuntu THRIFT-2103 [python] Support for SSL certificates with Subject Alternative Names 2016-02-04 22:20:00 +09:00
README.md THRIFT-3452 .travis.yml: Migrating from legacy to container-based infrastructure 2015-12-05 11:28:27 +09:00
Vagrantfile THRIFT-2962:Docker Thrift env for development and testing 2015-02-18 23:25:54 -05:00

Apache Thrift Docker containers

A set of docker containers used to build and test Apache Thrift

Available Containers

  • Ubuntu - based on ubuntu:trusty (14.04)
  • Centos - based on centos:6.6

Dependencies

  • A working Docker environment. A Vagrantfile is provided which will setup an Ubuntu host and working Docker environment as well as build the Apache Thrift Docker container for testing and development

Usage

From the Apache Thrift code base root

  • Build

    docker build -t thrift build/docker/ubuntu

    or

    docker build -t thrift build/docker/centos

  • Run

    docker run -v $(pwd):/thrift/src -it thrift /bin/bash