16 Replies
I'm finding weird that I deployed it 2 days ago and it worked fine. Now if I try to redeploy the exact same commit it just fails on build:
Error: error resolving dockerfile path: copying dockerfile: copying file: write /kaniko/Dockerfile: copyfilerange: is a directory
Full logs:
Error: error resolving dockerfile path: copying dockerfile: copying file: write /kaniko/Dockerfile: copyfilerange: is a directory
--custom-platform string Specify the build platform if different from the current hostexit status 1
2 years ago
if you push to github will the resulting build work?
2 years ago
do you have a root directory set?
2 years ago
and that directory has your Dockerfile right?
2 years ago
oh so you use nixpacks
2 years ago
i figured, thanks for reporting this, i will bring this info to the v2 builder's dev
2 years ago
for what its worth you can use the v2 builder for this, you just need to have your path prefixed with /
ive reported this to the dev and it will be fixed, but thats the work around in the mean time
