eink-go (sha256:e742453eac0d446ea0212b7089fe9d1262e8e08b739f8a539843fe7492c1c0c9)
Published 2026-07-02 11:57:53 -04:00 by jamogoli
Installation
docker pull forge.doimjia.com/jamogoli/eink-go@sha256:e742453eac0d446ea0212b7089fe9d1262e8e08b739f8a539843fe7492c1c0c9sha256:e742453eac0d446ea0212b7089fe9d1262e8e08b739f8a539843fe7492c1c0c9Image 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 su-exec # 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"] |