Commit Graph

8 Commits (4e62c3f795a61c99647477464329cac59bdf0628)

Author SHA1 Message Date
Jonathan A. Sternberg b1e29d4ae1 Use DEBIAN_FRONTEND=noninteractive when using apt-get in Dockerfiles
apt-get will attempt to use the dialog frontend by default.
When building with docker, error messages get written by debconf when
installing some packages because it tries to open the dialog frontend.

Set `DEBIAN_FRONTEND=noninteractive` to suppress these unnecessary
messages. The dialog frontend shouldn't be getting used anyway.
2016-02-18 21:58:14 -05:00
Ben Johnson 5a0d1ab7c1 rename influxdb/influxdb to influxdata/influxdb
This commit changes all the import and URL references from:

    github.com/influxdb/influxdb

to:

    github.com/influxdata/influxdb
2016-02-10 10:26:18 -07:00
Jason Wilder 9c851f790e Use go1.4.3
Fixes #5283 #5217
2016-01-10 16:43:31 -07:00
Philip O'Toole 7bae79cb71 Move to Go 1.5.2 2015-12-09 11:53:00 -08:00
Philip O'Toole 3cab8fac02 Revert to Go 1.4.2
This is not passing 'go vet' under 1.4.2.
2015-11-11 15:48:37 -08:00
aviau 0b4a55ded6 Fix 32bit Dockerfile 2015-08-27 09:58:19 -07:00
Philip O'Toole e7978a0995 Install Go 1.5 in the Docker i386 container 2015-08-27 09:58:19 -07:00
aviau b4074ecdb9 Run 32bit tests in CircleCI + Added script to run them separately 2015-08-19 16:20:53 -04:00