Block a user
raspberry-pi-pwm-fan-control (latest)
Published 2023-08-25 10:51:17 +00:00 by chris
Installation
docker pull git.kluenter.de/chris/raspberry-pi-pwm-fan-control:latestsha256:367cce7499f9810bd8f9b7466f162b8e2c836ec389fa6fb3732d1fc1ff4a0a28
Image Layers
| LABEL maintainer=Clement Verna <cverna@fedoraproject.org> |
| ENV DISTTAG=f38container FGC=f38 FBR=f38 |
| ADD file:e1af2d14efd2bc54300585fa1ae9b7bf845e8d6a948db0ed61aa8c826a929305 in / |
| CMD ["/bin/bash"] |
| /bin/sh -c dnf -y update |
| /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 |
| /bin/sh -c mkdir -p /tmp; git clone https://github.com/joan2937/lg; cd lg; git checkout 37b1afc59a8ddbce9b1f6e14a8f81f1995cd1dc0; make; make install |
| /bin/sh -c if [[ -d "/usr/lib64" ]]; then cp /usr/local/lib/lib*gpio.so.1 /usr/lib64/; fi |
| /bin/sh -c if [[ -d "/usr/lib" ]]; then cp /usr/local/lib/lib*gpio.so.1 /usr/lib/; fi |
| /bin/sh -c mkdir /src |
| COPY file:3ef80302791c1cee3ad73cec44a2fbdc06128dda462e86747e794793b210a25c in /src |
| /bin/sh -c mkdir -p /var/lib/node_exporter; touch /var/lib/node_exporter/fan-metrics.prom |
Labels
| Key | Value |
|---|---|
| maintainer | Clement Verna <cverna@fedoraproject.org> |