Add dockerfile for ppc64le (#638)
* Add dockerfile for ppc64le and related changes * Pass the fill file as DOCKEFILE * Add the dockerfile name to build msg
This commit is contained in:
parent
4b011bfe44
commit
de08e38c5e
2 changed files with 14 additions and 2 deletions
7
Dockerfile.ppc64le
Normal file
7
Dockerfile.ppc64le
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FROM ppc64le/busybox:glibc
|
||||
|
||||
COPY node_exporter /bin/node_exporter
|
||||
|
||||
EXPOSE 9100
|
||||
USER nobody
|
||||
ENTRYPOINT [ "/bin/node_exporter" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue