upgle commented on issue #5159:
URL: https://github.com/apache/openwhisk/issues/5159#issuecomment-1186142692

   I found the reason why the build is failing. 
   
   Disable buildkit to use a local base image and restart docker daemon:
   
   ```json
     "features": {
       "buildkit": false
     }
   ```
   
   In my environment the build was successful.
   
   ```
    ---> Running in 25572aec8811
   Removing intermediate container 25572aec8811
    ---> 73ed17e417f1
   Successfully built 73ed17e417f1
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to