Evgeny Chugunnyy (John)
Evgeny Chugunnyy (John)
Current warning actually not very useful: really helpful would be to read clipboard data and show it in the warning message (or at least part of it). And if user...
Indeed, looks like those are similar, but I think this case is quite straightforward and could be fixed directly, without discussion of complex logic and consequences. Actually, Alt+F4 seems to...
@codenotworking , thanks, with this workaround it indeed asks confirmation, but it's for the whole app now. Still, its better than nothing. Feels safer with confirmation :)
So, we use `minIO` S3 server in artipie-main integration tests. In adapters we use adobe s3mock, which will be updated to the recent version.
Also, we need tests via S3 storage for every supported adapter, to prevent future issues of this kind.
Recentrly added S3 tests for Docker adapter: https://github.com/artipie/artipie/pull/1438
Currently popular adapters have integration tests for S3 storage in `artipie-main` and also in adapters tests.
Also I reported corruption-after-commit a while ago for docker `sysbox` runtime. I wonder if it could be related: https://github.com/nestybox/sysbox/issues/868
Reproduced on updated WSL2 + Ubuntu 24.04 system: ``` WSL version: 2.5.7.0 Ubuntu 24.04.2 LTS Linux 6.6.87.1-microsoft-standard-WSL2 Docker version 27.5.1, build 27.5.1-0ubuntu3~24.04.1 ```
@thaJeztah , I'll try official image, thanks. But what if I want to store docker-in-docker cache as part of the image after commit (hence no volumes)? Is it unsupported scenario?