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