Commit Graph

9 Commits

Author SHA1 Message Date
Conrad Hoffmann 51af34da5b Base Docker image on Debian slim (Bullseye)
Also restrict Docker images to amd64, until a couple of issues are
sorted out.
2022-03-14 10:24:58 +01:00
Conrad Hoffmann 77334800be Use same Docker base image as most other exporters 2022-02-21 21:44:24 +01:00
SuperQ e649afb008
Update for Prometheus Community
* Update Makefile.common from prometheus/prometheus.
* Switch from Cirrus to CircleCI.
* Add CHANGELOG.md and VERSION.
* Drop inline /vendor.
* Update references to old github URL.
* Update copyrights.
* Update Go version.
* Skip building on aix (undefined: syscall.Mkfifo)

Signed-off-by: SuperQ <superq@gmail.com>
2021-09-21 13:42:22 +02:00
Akira Inamori 4a065bdeb2 change builder version 2021-02-20 12:18:54 +09:00
Akira Inamori abf9350445 Update gobuilder & fixed go binary name 2021-02-19 15:02:25 +09:00
Akira Inamori 7a7a44580e Fixed #59 2020-11-25 10:45:52 +09:00
Conrad Hoffmann 9243e9fc9f Misc fixes for the Dockerfile
- Copy local repo when building instead of using go get
 - Fix accidentally copying dir instead of executable to final container
 - Use combination of ENTRYPOINT and CMD as preset

Fixes #37, #38.
2019-10-26 15:24:52 +02:00
Conrad Hoffmann 6759fce7ed Use prometheus tooling to build docker container
It should be more aligned with how releases are (will be) built.
Ideally, we release container images as well, but this will not be in
place for the first release.
2019-10-18 11:42:15 +02:00
Aggelos Kolaitis 277c9cc91c Added Dockerfile and docker-compose.yml 2019-10-11 22:38:21 +03:00