whatsappbot (sha256:b8ce6141b387d400c91a0cd7485ff4d3afa8f19843ddc0a9b5c864f6106c35ec)
Published 2026-08-12 14:34:47 +02:00 by julian
Installation
docker pull git.imhof.cloud/julian/whatsappbot@sha256:b8ce6141b387d400c91a0cd7485ff4d3afa8f19843ddc0a9b5c864f6106c35ecsha256:b8ce6141b387d400c91a0cd7485ff4d3afa8f19843ddc0a9b5c864f6106c35ecImage layers
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c set -e; apk add --no-cache ca-certificates tzdata; # buildkit |
| ENV TZ=Europe/Berlin |
| RUN /bin/sh -c ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/TZ # buildkit |
| RUN /bin/sh -c mkdir -p /code/data # buildkit |
| COPY /app/WaBot /code/WaBot # buildkit |
| RUN /bin/sh -c chmod +x /code/WaBot # buildkit |
| WORKDIR /code |
| EXPOSE [8080/tcp] |
| HEALTHCHECK {Test:[CMD-SHELL wget -q --spider http://127.0.0.1:8080/health || exit 1] Interval:30s Timeout:5s StartPeriod:1m0s StartInterval:0s Retries:3} |
| CMD ["/bin/sh" "-c" "./WaBot"] |
Details
2026-08-12 14:34:47 +02:00
Versions (13)
View all
Container
1
OCI / Docker
linux/amd64
16 MiB
latest
2026-08-28
57495eea78496ceb626fc4bd7111f9d7a1070c48
2026-08-28
03062ab13125e4330fccfd709bbf0f04a3bd10ec
2026-08-12
42dbdaa629dd2e1a1c717a5f66b5d710e6dbe0ab
2026-07-27
886e18e264707f92a6609dd225cde47e78f46e71
2026-07-11