Munish Chouhan

Results 280 comments of Munish Chouhan

with docker run abd debug enabled ``` /bin/zsh /Users/munish.chouhan/main_ground/wave/master/wave/build-workspace/4170bcb9964acc85_1/docker.sh munish.chouhan@Munishs-MacBook-Pro 4170bcb9964acc85_1 % /bin/zsh /Users/munish.chouhan/main_ground/wave/master/wave/build-workspace/4170bcb9964acc85_1/docker.sh time="2024-05-16T18:13:35Z" level=info msg="auto snapshotter: using overlayfs" time="2024-05-16T18:13:35Z" level=debug msg="running in rootless mode" time="2024-05-16T18:13:35Z" level=info msg="found worker...

when i run the same command inside container it works:

finally wokring with docker, now will make it work with k8s

Now, its working with k8s, but caching is not working in both cases. I will wokr on that now

I am checking with buildkit in slack about how to use repository as cache in it

cache is working in k8s setup, I will work on making it work on docker

@pditommaso there are two code snippets, that are written to fix kaniko bugs, what should we do with them? https://github.com/seqeralabs/wave/blob/3fbbc7fee0e34cfaaa8c464572ffbe690d1a177f/src/main/groovy/io/seqera/wave/auth/RegistryInfo.groovy#L46-L50 https://github.com/seqeralabs/wave/blob/3fbbc7fee0e34cfaaa8c464572ffbe690d1a177f/src/main/groovy/io/seqera/wave/core/ContainerPlatform.groovy#L122-L124

> Do that break Buildkit? no

This PR depends upone this PR to merge first https://github.com/seqeralabs/platform-deployment/pull/363