Switch to Alpine-based Docker image

This commit is contained in:
Conrad Hoffmann 2023-08-31 12:22:41 +02:00
parent 9a6fccdd44
commit 7ce0b26e4f
1 changed files with 2 additions and 3 deletions

View File

@ -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"