mirror of
https://github.com/prometheus-community/ipmi_exporter
synced 2024-12-23 06:22:30 +00:00
Base Docker image on Debian slim (Bullseye)
Also restrict Docker images to amd64, until a couple of issues are sorted out.
This commit is contained in:
parent
bb59b211ee
commit
51af34da5b
@ -1,6 +1,8 @@
|
||||
ARG ARCH="amd64"
|
||||
ARG OS="linux"
|
||||
FROM quay.io/prometheus/busybox-${OS}-${ARCH}:latest
|
||||
FROM debian:bullseye-slim
|
||||
#FROM quay.io/prometheus/busybox-${OS}-${ARCH}:latest
|
||||
RUN apt-get update && apt-get install -y freeipmi
|
||||
LABEL maintainer="The Prometheus Authors <prometheus-developers@googlegroups.com>"
|
||||
|
||||
ARG ARCH="amd64"
|
||||
|
Loading…
Reference in New Issue
Block a user