Sign inSign up

cmcooper1980/docker-unifi-poe-control:latest

Manifest digest

sha256:ea0122749bb2ddb807a335ff38850e07c1db8ec41ccab6542b12937d6f634e72

OS/ARCH

linux/amd64

Compressed size

60.41 MB

Last pushed

11 months by cmcooper1980

Type

Image

Manifest digest

sha256:ea0122749bb2ddb807a335ff38850e07c1db8ec41ccab6542b12937d6f634e72

Image Layers

1# debian.sh --arch 'amd64' out/28.4 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3ENV LANG=C.UTF-80 B
4RUN /bin/sh -c set -eux;4.05 MB
5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
6ENV PYTHON_VERSION=3.12.120 B
7ENV PYTHON_SHA256=fb85a13414b028c49ba18bbd523c2d055a30b56b18b92ce454ea2c51edc656c40 B
8RUN /bin/sh -c set -eux;11.55 MB
9RUN /bin/sh -c set -eux;250 B
10CMD ["python3"]0 B
11ENV DEBIAN_FRONTEND=noninteractive0 B
12ENV TZ=UTC0 B
13RUN /bin/sh -c apt-get update5.63 MB
14WORKDIR /app92 B
15COPY ../requirements.txt /app/ # buildkit170 B
16COPY ../unifi_poe_control.py /app/ # buildkit4.01 KB
17RUN /bin/sh -c python -m10.77 MB
18HEALTHCHECK &{["CMD-SHELL" "pgrep -x cron0 B
19COPY ./docker/entrypoint.sh /app/ # buildkit2.38 KB
20RUN /bin/sh -c chmod +x2.39 KB
21ENV PYTHONUNBUFFERED=10 B
22ENTRYPOINT ["/app/entrypoint.sh"]0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1759104000'