mirror of
https://github.com/prometheus-community/ipmi_exporter
synced 2025-02-16 10:46:51 +00:00
Switch to Alpine-based Docker image
This commit is contained in:
parent
9a6fccdd44
commit
7ce0b26e4f
@ -1,8 +1,7 @@
|
||||
ARG ARCH="amd64"
|
||||
ARG OS="linux"
|
||||
FROM debian:bullseye-slim
|
||||
#FROM quay.io/prometheus/busybox-${OS}-${ARCH}:latest
|
||||
RUN apt-get update && apt-get install -y freeipmi
|
||||
FROM alpine:3
|
||||
RUN apk --no-cache add freeipmi
|
||||
LABEL maintainer="The Prometheus Authors <prometheus-developers@googlegroups.com>"
|
||||
|
||||
ARG ARCH="amd64"
|
||||
|
Loading…
Reference in New Issue
Block a user