You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to install the diun container and when checking the logs I get the following error and I do not receive notifications in the telegram bot.
The error that appears in the logs is as follows:
Tue, 19 Mar 2024 12:40:41 CET INF Starting Diun version=v4.26.0
Tue, 19 Mar 2024 12:40:41 CET INF Configuration loaded from 8 environment variable(s)
Tue, 19 Mar 2024 12:40:41 CET INF Database migration v2...
Tue, 19 Mar 2024 12:40:41 CET INF Cron triggered
Tue, 19 Mar 2024 12:40:41 CET INF Found 1 image(s) to analyze provider=docker
Tue, 19 Mar 2024 12:41:01 CET WRN Cannot get remote manifest error="cannot get image digest from HEAD request: pinging container registry registry-1.docker.io: Get "https://registry-1.docker.io/v2/\": dial tcp: lookup registry-1.docker.io on 127.0.0.11:53: read udp 127.0.0.1:35451->127.0.0.11:53: i/o timeout" image=docker.io/crazymax/diun:latest provider=docker
Tue, 19 Mar 2024 12:41:01 CET INF Jobs completed added=0 failed=1 skipped=0 unchanged=0 updated=0
Tue, 19 Mar 2024 12:41:01 CET INF Cron initialized with schedule 0 */6 * * *
Tue, 19 Mar 2024 12:41:01 CET INF Next run in 5 hours 19 minutes (2024-03-19 18:00:04.316165528 +0100 CET)
The image I use to create the container is the following:
version: "3.5"
services:
diun:
image: crazymax/diun:latest
command: serve
volumes:
- "/docker/Diun/data:/data"
- "/var/run/docker.sock:/var/run/docker.sock"
environment:
- "TZ=Europe/Paris"
- "DIUN_WATCH_WORKERS=20"
- "DIUN_WATCH_SCHEDULE=0 */6 * * *"
- "DIUN_WATCH_JITTER=30s"
- "DIUN_PROVIDERS_DOCKER=true"
- "DIUN_NOTIF_TELEGRAM_TOKEN=xxxxxxxxxx:xxxxxxxxxx"
- "DIUN_NOTIF_TELEGRAM_CHATIDS=xxxxxxxxxx"
- "DIUN_NOTIF_TELEGRAM_TEMPLATEBODY=Docker tag {{ .Entry.Image }} al que se suscribió a través del proveedor {{ .Entry.Provider }} ha sido actualizado."
labels:
- "diun.enable=true"
restart: always
Does anyone know what causes this error and can help me solve it? I've been trying to solve it for several days but I don't know how to fix it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I am trying to install the diun container and when checking the logs I get the following error and I do not receive notifications in the telegram bot.
The error that appears in the logs is as follows:
Tue, 19 Mar 2024 12:40:41 CET INF Starting Diun version=v4.26.0
Tue, 19 Mar 2024 12:40:41 CET INF Configuration loaded from 8 environment variable(s)
Tue, 19 Mar 2024 12:40:41 CET INF Database migration v2...
Tue, 19 Mar 2024 12:40:41 CET INF Cron triggered
Tue, 19 Mar 2024 12:40:41 CET INF Found 1 image(s) to analyze provider=docker
Tue, 19 Mar 2024 12:41:01 CET WRN Cannot get remote manifest error="cannot get image digest from HEAD request: pinging container registry registry-1.docker.io: Get "https://registry-1.docker.io/v2/\": dial tcp: lookup registry-1.docker.io on 127.0.0.11:53: read udp 127.0.0.1:35451->127.0.0.11:53: i/o timeout" image=docker.io/crazymax/diun:latest provider=docker
Tue, 19 Mar 2024 12:41:01 CET INF Jobs completed added=0 failed=1 skipped=0 unchanged=0 updated=0
Tue, 19 Mar 2024 12:41:01 CET INF Cron initialized with schedule 0 */6 * * *
Tue, 19 Mar 2024 12:41:01 CET INF Next run in 5 hours 19 minutes (2024-03-19 18:00:04.316165528 +0100 CET)
The image I use to create the container is the following:
version: "3.5"
services:
diun:
image: crazymax/diun:latest
command: serve
volumes:
- "/docker/Diun/data:/data"
- "/var/run/docker.sock:/var/run/docker.sock"
environment:
- "TZ=Europe/Paris"
- "DIUN_WATCH_WORKERS=20"
- "DIUN_WATCH_SCHEDULE=0 */6 * * *"
- "DIUN_WATCH_JITTER=30s"
- "DIUN_PROVIDERS_DOCKER=true"
- "DIUN_NOTIF_TELEGRAM_TOKEN=xxxxxxxxxx:xxxxxxxxxx"
- "DIUN_NOTIF_TELEGRAM_CHATIDS=xxxxxxxxxx"
- "DIUN_NOTIF_TELEGRAM_TEMPLATEBODY=Docker tag {{ .Entry.Image }} al que se suscribió a través del proveedor {{ .Entry.Provider }} ha sido actualizado."
labels:
- "diun.enable=true"
restart: always
Does anyone know what causes this error and can help me solve it? I've been trying to solve it for several days but I don't know how to fix it.
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions