dgongut/docker-controller-bot

Self-update not working

Closed this issue · 1 comments

Hi!

I've tried to update the Docker-Controller-Bot itself and it's not working.

The process is working until the container is stopped and then it never starts again. If I start it manually, the update is still pending.

These are the logs:

2024-04-26 20:41:52 - DEBUG: Comprobando actualización: docker-controller-bot (dgongut/docker-controller-bot:latest): IMAGEN LOCAL [ca7a6] - IMAGEN REMOTA [df96c]
2024-04-26 20:41:52 - DEBUG: ¡Actualización de docker-controller-bot detectada! Eliminando la imagen descargada [df96c]
2024-04-26 20:41:56 - DEBUG: Actualizando contenedor docker-controller-bot
2024-04-26 20:41:56 - DEBUG: Haciendo pull de la imagen [dgongut/docker-controller-bot:latest]
2024-04-26 20:42:07 - DEBUG: Pull de dgongut/docker-controller-bot:latest completado
2024-04-26 20:42:07 - DEBUG: El contenedor docker-controller-bot está en ejecución. Se detendrá.

And If I access to the container using Portainer that's what I can see:

imagen

  • Docker version 26.0.1, build d260a54
  • Debian GNU/Linux 12 (bookworm)

The problem was that my CONTAINER_NAME variable was not the same value as the container name. Thanks @dgongut for helping me to solve it 😀