Commit Graph
8 Commits
Author SHA1 Message Date
Kelvie Wong 363d01392a Create multi-arch image
For linux arm64 and amd64, as per #586.

I moved the builder image into the same dockerfile, and bumped the Go
version on it. It didn't seem like the builder dockerfile worked with
the latest code anyway (the go modules require go 1.15 and higher).

This requires a recent enough docker install with buildx, as well as
an arm64 builder.

BASEIMAGE is changed to not specify an arch, so that the image will
build on its native arch in buildx.

Example image is on docker hub as:

    kelvie/node-problem-detector:v0.8.10-5-gb0fa610
2022-02-13 01:23:31 -08:00
Jeremy Edwards aadb16b3d4 Remove Dockerfile.in rewrite hack and use updated arg in Dockerfile 2020-12-08 06:31:29 +00:00
Random-Liu e39476300a Update Makefile to support compile journald support 2017-01-19 01:59:09 -08:00
Random-Liu 6637139441 Add release tar ball support. 2017-01-13 11:13:59 -08:00
Random-Liu d93804f340 Fix the dockerfile to use the right binary. 2016-12-21 11:54:08 -08:00
Euan Kemp 8cdf7b1790 makefile: Make misc improvements
* Add test target and re-use in travis
* Add timeout test target
* Build binary into ./bin folder
* Phony everything
2016-11-21 16:39:01 -08:00
Lantao Liu 1e4d6e2800 Add entrypoint and copy kernel monitor config into docker image 2016-06-03 13:34:44 -07:00
Lantao Liu f0312655bd Add first version of node-problem-detector 2016-05-17 15:55:33 -07:00