Commit Graph

5 Commits (3f49ab190e6b80c540271826d732d251526a0aa7)

Author SHA1 Message Date
Edd Robinson 75d435c5d6 Update to Go 1.10.3 2018-07-12 11:41:31 +01:00
Jonathan A. Sternberg 066d53f99d Use dep for dependency management instead of gdm 2018-03-12 15:20:08 -05:00
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
Jason Wilder 8ca2a0e045 Remove old docker stuff
Official images are maintined at https://github.com/influxdata/influxdata-docker
2017-04-26 11:25:46 -06:00
Jason Wilder 15ab23c17e Add instructions for building a minimal docker image 2015-08-07 14:27:33 -06:00