whatsappbot (sha256:2cbda8fc58f8f28c61dc31d2b34b8005cea37097cb42d372b7dc616a02aa5bec)

Published 2026-08-28 14:43:50 +02:00 by julian

Installation

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

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-08-28 14:43:50 +02:00
1
OCI / Docker
linux/amd64
16 MiB
Versions (13) View all