This website requires JavaScript.
Explore
Help
Sign In
Influxdata
/
influxdb
mirror of
https://github.com/influxdata/influxdb.git
Watch
1
Star
0
Fork
You've already forked influxdb
0
Code
Issues
Projects
Releases
Wiki
Activity
c0fcd5e32a
influxdb
/
Dockerfile.dockerignore
7 lines
56 B
Docker
Raw
Normal View
History
Unescape
Escape
feat(docker): add one-command Dockerfile This adds a simple Dockerfile for anyone to just `docker build .` and get a Docker image. This Dockerfile is optimized for human consumption, not for build performance.
2021-03-01 16:21:30 +00:00
.*/
target/
tests/
docker/
fix: bring back GIT revision to our prod images (#3537) This was likely broken since #3313 and leads to IOx reporting `UKNOWN` instead of a proper GIT revision. Having the latter one available can be very useful for debugging a binary or if you look through log files (we print the IOx version and revision during server startup). Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-01-26 10:12:43 +00:00
!.git/
chore: provide a single way to build prod IOx images Closes #3310.
2021-12-06 14:11:28 +00:00
!docker/entrypoint.sh