trmnl-screenshot-homeassistant (sha256:528eb1cf805c1b1c4aef8a994dc66911409fb8f230eeac8520e508f635d16754)
Published 2025-09-29 12:03:49 +00:00 by fblume
Installation
docker pull git.nucleolus.xyz/fblume/trmnl-screenshot-homeassistant@sha256:528eb1cf805c1b1c4aef8a994dc66911409fb8f230eeac8520e508f635d16754
sha256:528eb1cf805c1b1c4aef8a994dc66911409fb8f230eeac8520e508f635d16754
Image Layers
# 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"] |