Alex Enrique
Alex Enrique
Disabling CDI didn't solve my problem. Also CDI enabled in version `28.1.1` works without any problem. --- [docker_journalctl.log](https://github.com/user-attachments/files/20574756/docker_journalctl.log) These are the only interesting lines I found in `journalctl -u docker`,...
Disabling the buildkit GC works, the resource consumption is controlled now, but disabling only the `redirect_dir` has not worked. I would like to keep it on, so I will stick...
> could you confirm if you can reproduce the issue on v28.1 with the Buildkit GC enabled? > > "builder": { > "gc": { > "defaultKeepStorage": "20GB", > "enabled": true...
> How big is your build cache (`docker buildx du`)? 27GB, in total. I think this is a good hypothesis for the cause of this issue. I can clean the...
Before, the high cpu/memory was constant, not decreasing over time. Now, I see spikes when I start the docker service. So, I would guess that there is a one-time penalty,...
Facing the same issue, with Capacitor `v7` and Ionic React `8.5.2`. I decide to check if the user is on iOS and use the native input as a fallback until...