openwhisk icon indicating copy to clipboard operation
openwhisk copied to clipboard

./gradlew distDocker fails to build container on Ubuntu 20.04.3

Open vasKatevas opened this issue 3 years ago • 1 comments

Environment details:

  • linux VM on VirtualBox
  • Ubuntu 20.04.3 LTS focal

Steps to reproduce the issue:

I followed tools/setup-ubuntu/README.md. on ./gradlew distDocker I got: openwhisk-ubuntu then I run: docker build -f /home/billy/openwhisk/tools/ow-utils/Dockerfile -t ow-utils /home/billy/openwhisk/tools/ow-utils And got:

Step 15/20 : COPY wskutil.py /bin
COPY failed: file not found in build context or excluded by .dockerignore: stat wskutil.py: file does not exist

vasKatevas avatar Jan 10 '22 15:01 vasKatevas

got the same error, any workaround ?

Prithvi-Velicheti avatar Mar 27 '24 19:03 Prithvi-Velicheti