kakliniew
kakliniew
@VietND96 any updates on this?
@diemol faced the same issue I guess. I have selenium grid 4.21.0, edge node browser 4.21.0. When I use serenity 4.0.1 (selenium 4.12.0) tests work correctly, but when I try...
@diemol could you look into this problem? I removed bonigarcia and saw in logs that after update it doesn't have 'ms:edgeOptions: {args: [--remote-allow-origins=*], extensions: []}}]', but I fixed that, still...
@diemol thanks for answer. I thought perhaps the description and stacktrace would be sufficient. I can't share the code, but I will try to create code from scratch to reproduce...
I seem to be encountering the same problem. Only in my case one out of dozens of images is broken. A couple of files from the base image are not...
Unfortunately, the missing files have further appeared in the latest version of kaniko. I will try to add an image test as the next stage
I tried to use the `--single-snapshot` flag, because sometimes the error `error building image: error building stage: failed to take snapshot: archive/tar: write too long` appeared as described [here](https://github.com/GoogleContainerTools/kaniko/issues/2834). Adding...
`--single-snapshot` didnt solve the issue. Even added `RUN ls /file/location` - lists the files during the build, but they are not available in the built image. The final broken image...