Cristian Baldi

Results 59 comments of Cristian Baldi

Hello, I'm interested in seeing the code for the GitLab support but I don't think it is merged yet, any idea for when it will be released? Or if you...

Further investigations... This seems to happen regardless of the intermediate image being Multistage/Single stage. So to trigger the bug, all is needed is to build an intermediate image with Kaniko...

Full disclosure, me, @LajosCseppento and @remivoirin all work in the same organization, but on different projects and teams, it just happens that we found the same issue in similar timeframes.

> Have there been any new discoveries on this issue? We just started running into this same issue; trying to add layers to an OCI image with Kaniko makes the...

Hey, just to add some voice to the issue, I am also seeing super slow builds with `--reproducible`, up to 7-8 times slower. I suspect (but have no proof here)...

Ok I have tested and see that it still very slow with `Kaniko version : v1.8.1`, Let me show an example: ```Dockerfile # > cat Dockerfile FROM quay.io/pypa/manylinux2014_x86_64 ENV FOO=BAR...

Hello Gabriel, this looks strange to me. Let's try to get some more context on the issue, if you want. What is the ouput of the following commands? * python...

Hey Lightning3105, Well done! I had to install an additional pip package to make the GUI work (`easygui`) which was not present in the `requirements.txt` file. Can you please add...

Hey, thanks for the interest. Right now we are using a wrapper library for FFMpeg, so there is not much customization. There was a fork by another user (https://github.com/rgamici/Album-Splitter/commit/da5df0df62f23bc84db7f3462e6a118e7861459b) that...

Hello @Vorlent Right now the behavior is to respect the format of the input because conversion is an "hard" task to get right (there are many parameters, rules and possibilities),...