Block a user
trmnl-screenshot-homeassistant (v3-arm)
Published 2025-09-29 14:03:41 +02:00 by fblume
Installation
docker pull git.nucleolus.xyz/fblume/trmnl-screenshot-homeassistant:v3-armsha256:536a96fab9c5888f22df5d02b022637bc6da7011889bb62976f695c631614dce
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 46a974dec8 | linux/arm64 | 95 MiB |
Image Layers ( linux/arm64)
| # debian.sh --arch 'arm64' out/ 'bookworm' '@1757289600' |
| RUN /bin/sh -c apt-get update && apt-get install -y curl imagemagick wget coreutils && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY capture-and-push.sh /usr/local/bin/capture-and-push.sh # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/capture-and-push.sh # buildkit |
| CMD ["capture-and-push.sh"] |