0 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 host
exit status 1
a year ago
if you push to github will the resulting build work?
a year ago
do you have a root directory set?
a year ago
and that directory has your Dockerfile right?
a year ago
oh so you use nixpacks
a year ago
i figured, thanks for reporting this, i will bring this info to the v2 builder's dev
a year 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