influxdb/docker
Jonathan A. Sternberg 2b090bc156 Use multistage builds in a Dockerfile to compile and create an image from source
The multistage build lets us build the image inside of one container and
then copy over the results to a new image so the build dependencies
aren't needed in the final container.

The resulting container should be identical to the official built ones
for every release, but coming from source instead.
2017-10-27 10:28:14 -05:00
..
entrypoint.sh Use multistage builds in a Dockerfile to compile and create an image from source 2017-10-27 10:28:14 -05:00
init-influxdb.sh Use multistage builds in a Dockerfile to compile and create an image from source 2017-10-27 10:28:14 -05:00