Commit Graph

10 Commits (dc3b501298fe133d03342b5f606e6645a87e0697)

Author SHA1 Message Date
Daniel Moran 06b403ca57
build: delete `influx` CLI code, remove it from build (#21797) 2021-07-07 09:29:20 -04:00
Stuart Carnie 7964f86ffc
fix: switch port to 8086
fix(readme): update the port and setup
2020-09-03 14:40:29 -07:00
David McKay 876a89a348 feat: add dshell environment for local dev 2020-05-20 13:22:13 +01:00
Mark Rushakoff f2898d1992 Wipe out workspace in preparation for v2 merge
"Knock knock."

"Who's there?"

"InfluxDB Veet."

...
2019-01-11 10:38:50 -08:00
Edd Robinson 18cb95f858 Update Go to 1.11 2018-09-06 16:40:20 +01:00
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