Munish Chouhan
Munish Chouhan
closing in favour of https://github.com/seqeralabs/wave/pull/855
I started working on this today with @pabloaledo, we found the couple of things: 1. We need a custom buildkit image with fusion enabled 2. Buildkit rootless is not working...
I will keep on updating here for discussion
we created using `wave --config-file -i moby/buildkit:v0.15.0`
Another point: 1. buildkit uses its own entrypoint `--entrypoint buildctl-daemonless.sh`, which is overriding fusion entrypoint
I am able to fix the entrypoint issue by creating a custom image with one `entrypoint=''` between buildkitd and fusion
build is working but push is failing because of the lack of config.json file Working on how to add config.json in container
> It is supposed to be in the bucket along with the Dockerfile yes, but it need to be mounted to /root/.docker folder
thanks @fntlnz `DOCKER_CONFIG` did the trick Working on code changes now
This change also requires changes in Scan process and for singularity builds too. I have created draft PR with changes in build process and tested it too, it works with...