whatsappbot (sha256:d96c1f92346447776497a224bd58f1c71e93c759dc01640503897f6379bf9120)

Published 2026-07-11 10:56:51 +02:00 by julian

Installation

docker pull git.imhof.cloud/julian/whatsappbot@sha256:d96c1f92346447776497a224bd58f1c71e93c759dc01640503897f6379bf9120
sha256:d96c1f92346447776497a224bd58f1c71e93c759dc01640503897f6379bf9120

Image 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
Container
2026-07-11 10:56:51 +02:00
1
OCI / Docker
linux/amd64
18 MiB
Versions (13) View all