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 2022/07/14 15:02:27 UTC

[GitHub] [openwhisk] upgle 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

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

   I am also having the same problem
   
   - base image `scala` is already built
   ```
   $ docker images
   REPOSITORY    TAG       IMAGE ID       CREATED          SIZE
   scala         latest    3c21b5fa5a55   16 minutes ago   359MB
   whisk/scala   latest    3c21b5fa5a55   16 minutes ago   359MB
   ```
   
   - When building in sub-projects such as controller, invoker.., it tries to pull the image from remote docker hub.
   
   ```
   #3 [internal] load metadata for docker.io/library/scala:latest
   #3 sha256:519bc75d5b2c1249ddd98847fd40e9a311d81ab2f90550bf7630aa00e29a9983
   #3 ERROR: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
   ------
   ```
   
   #### environment
   - macOS Monterey
   - Apple M1
   - Docker Desktop 4.10.1 (82475)
     - Engine: 20.10.17
   


-- 
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