Block a user
trmnl-screenshot-homeassistant (v2-amd)
Published 2025-09-25 13:50:39 +02:00 by fblume
Installation
docker pull git.nucleolus.xyz/fblume/trmnl-screenshot-homeassistant:v2-amdsha256:ef90df80dfed1ce317cb02100d7d3def20f8cc24fad79602be60417f922b2781
Images
| Digest | OS / Arch | Size |
|---|---|---|
| b458622663 | linux/amd64 | 98 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' 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"] |