Skip to content

Commit b0dc8a1

Browse files
authored
Removed duplicate entry + oroginal container info
1 parent 402dc87 commit b0dc8a1

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

Dockerfile

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,15 @@
1-
FROM debian:bookworm-slim
1+
FROM alpine:latest
22

33
ARG BUILD_DATE="N/A"
44
ARG REVISION="N/A"
55

6-
LABEL org.opencontainers.image.authors="Alexander Trost <[email protected]>" \
7-
org.opencontainers.image.created="${BUILD_DATE}" \
8-
org.opencontainers.image.title="galexrt/container-node_exporter-textfiles" \
9-
org.opencontainers.image.description="Container Image with the Prometheus Community's node-exporter-textfile-collector-scripts Repository checked out, with some utilities installed." \
10-
org.opencontainers.image.documentation="https://github.com/galexrt/container-node_exporter-textfiles/blob/main/README.md" \
11-
org.opencontainers.image.url="https://github.com/galexrt/container-node_exporter-textfiles" \
12-
org.opencontainers.image.source="https://github.com/galexrt/container-node_exporter-textfiles" \
13-
org.opencontainers.image.revision="${REVISION}" \
14-
org.opencontainers.image.vendor="galexrt" \
15-
org.opencontainers.image.version="N/A"
16-
176
RUN apt-get -q update && \
187
apt-get -q upgrade -y && \
198
apt-get install -y --no-install-recommends \
209
ca-certificates \
2110
git \
2211
jq \
2312
moreutils \
24-
moreutils \
2513
nvme-cli \
2614
pciutils \
2715
smartmontools \

0 commit comments

Comments
 (0)