You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2021/09/23 13:02:45 UTC

[GitHub] [openwhisk] rabbah commented on issue #5159: pull access denied for scala, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

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


   `Step 1/11 : FROM scala` fails because this is an image built by openwhisk, it doesn't exist on dockerhub. The command you want to run standalone is:
   
   ```
   gradlew core:standalone:bootRun 
   ```
   
   If you use `bin/wskdev` it's `bin/wskdev standalone` (you can add `-n` for a dry run).


-- 
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: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org