You are not logged in.
New Docker version 28.0.4 obviously built with buggy version go 1.24 is still crashing, if I enable this simple script, running every minute:
#!/bin/bash
NGINXID=`docker ps | grep nginx | cut -d " " -f1`
docker cp /root/<simple-small-textfile> $NGINXID:/var/www/html
dockerd crashed 10 Minutes after reboot
Offline
@midixinga as you can trivially reproduce why are you not bisecting the issue?
Offline
docker is stable now for two hours, using
Docker version 28.0.4, build b8034c0ed7
from Extra-Testing Repo:
https://archlinux.org/packages/extra-te … 64/docker/
Thanks a lot to all
Offline
Also docker 1:28.0.4-2 has been released to regular extra, works fine for me!
Offline
Updated to the new Version in extra, and up till now it is running without dumps. As for me the dumps happened more often in the nights and over a longer period of time, I will keep it on my watchlist.
Thanks for fixing this!
Mathias
Edit 5th of April, still no dumps I think it was fixed! Thanks!
Last edited by mathes.s (2025-04-05 09:08:56)
Offline