Docker images for ARM32v7, ARM64v8 and ppc64le (#1207)
Build and publish ARM32v7, ARM64v8 and ppc64le docker images. Signed-off-by: Johannes Würbach <johannes.wuerbach@googlemail.com>
This commit is contained in:
parent
e71e9f5a2f
commit
4e5c4d464f
6 changed files with 60 additions and 38 deletions
|
|
@ -1,7 +1,11 @@
|
|||
FROM quay.io/prometheus/busybox:glibc
|
||||
ARG ARCH="amd64"
|
||||
ARG OS="linux"
|
||||
FROM quay.io/prometheus/busybox-${OS}-${ARCH}:glibc
|
||||
LABEL maintainer="The Prometheus Authors <prometheus-developers@googlegroups.com>"
|
||||
|
||||
COPY node_exporter /bin/node_exporter
|
||||
ARG ARCH="amd64"
|
||||
ARG OS="linux"
|
||||
COPY .build/${OS}-${ARCH}/node_exporter /bin/node_exporter
|
||||
|
||||
EXPOSE 9100
|
||||
USER nobody
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue