Leonard Excoffier el
  • Joined on 2024-09-07

downdetector (latest)

Published 2024-09-09 18:48:21 -04:00 by el in el/downdetector

Installation

docker pull git.jisoonet.com/el/downdetector:latest
sha256:f54c0b4a86864a5fbce9658037c89b5a38d1e91c064821bf7231639b92f7cd6b

Image Layers

ADD file:1129dcf71f67461f4730620f8148cc9ebc7641966fa683cdf84807219ad288b2 in /
CMD ["bash"]
ENV WEBSITES=google.com,yahoo.com
ENV WEBHOOK_URL=
ENV DISCORD_ID=
ENV CRON_CONFIG=/downdetector/cron.conf
WORKDIR /downdetector
RUN /bin/sh -c apt update && apt upgrade -y && apt install -y bash curl vim nano cron # buildkit
COPY isalive.sh . # buildkit
COPY cron.conf . # buildkit
COPY start.sh . # buildkit
CMD ["./start.sh"]
Details
Container
2024-09-09 18:48:21 -04:00
1
OCI / Docker
linux/amd64
89 MiB
Versions (1) View all
latest 2024-09-09