Block a user
fan (latest)
Published 2023-10-02 15:02:04 +00:00 by chris
Installation
docker pull git.kluenter.de/chris/fan:latestsha256:389fcc694061f3bb594ad6dd454e26d701c1afc97d879d28b3ac8788cdd33b53
Image Layers
| LABEL maintainer=Clement Verna <cverna@fedoraproject.org> |
| ENV DISTTAG=f40container FGC=f40 FBR=f40 |
| ADD file:e6e59c539b3561b33af7c4f1cb76784a6bdcbdc3a73d994e7ec847451d95452b in / |
| CMD ["/bin/bash"] |
| RUN /bin/sh -c dnf -y update # buildkit |
| RUN /bin/sh -c dnf -y install libgpiod-utils python3-libgpiod swig python2 python-setuptools python-devel python3-devel python-setuptools python3-setuptools unzip curl wget make gcc which git # buildkit |
| RUN /bin/sh -c mkdir -p /tmp; git clone https://github.com/joan2937/lg; cd lg; git checkout 37b1afc59a8ddbce9b1f6e14a8f81f1995cd1dc0; make; make install # buildkit |
| RUN /bin/sh -c if [[ -d "/usr/lib64" ]]; then cp /usr/local/lib/lib*gpio.so.1 /usr/lib64/; fi # buildkit |
| RUN /bin/sh -c if [[ -d "/usr/lib" ]]; then cp /usr/local/lib/lib*gpio.so.1 /usr/lib/; fi # buildkit |
| RUN /bin/sh -c mkdir /src # buildkit |
| COPY fan.py /src # buildkit |
| RUN /bin/sh -c mkdir -p /var/lib/node_exporter; touch /var/lib/node_exporter/fan-metrics.prom # buildkit |
Labels
| Key | Value |
|---|---|
| maintainer | Clement Verna <cverna@fedoraproject.org> |