eink-go (sha256:0e5af402df73c416198c7e703c6256cc0e0ca5ddf1d85a0e658ff24744a99448)
Published 2026-07-05 20:56:33 -04:00 by jamogoli
Installation
docker pull forge.doimjia.com/jamogoli/eink-go@sha256:0e5af402df73c416198c7e703c6256cc0e0ca5ddf1d85a0e658ff24744a99448sha256:0e5af402df73c416198c7e703c6256cc0e0ca5ddf1d85a0e658ff24744a99448Image layers
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache tzdata ca-certificates # buildkit |
| WORKDIR /app |
| RUN /bin/sh -c mkdir -p /app/ready # buildkit |
| COPY /app/eink-brain . # buildkit |
| COPY --chown=568:568 entrypoint.sh /app/entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /app/entrypoint.sh # buildkit |
| RUN /bin/sh -c sed -i 's/\r$//' /app/entrypoint.sh && chmod +x /app/entrypoint.sh # buildkit |
| EXPOSE [8100/tcp] |
| ENTRYPOINT ["/app/entrypoint.sh"] |
| CMD ["./eink-brain"] |