Block a user
trmnl-screenshot-homeassistant (v1)
Published 2025-04-29 11:20:17 +02:00 by fblume
Installation
docker pull git.nucleolus.xyz/fblume/trmnl-screenshot-homeassistant:v1sha256:df7a5f1fb4735f0cb290a17737855bea835ff3663c5452bd1a76332bdf601b75
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 9b27944230 | linux/amd64 | 97 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400' |
| RUN /bin/sh -c apt-get update && apt-get install -y curl imagemagick 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"] |