2021-03-31 15:13:23 UTC - Erika Hunhoff: Hello all, I’m having some trouble with my OpenWhisk development setup. Last week I noticed that when I tried to run ./gradlew distDocker I started getting errors ~30% of the time. The most common error is “pull access denied for scala, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied” I develop using a specific VM snapshot with most decencies pinned (docker, Kubernetes), and build from my fork of OpenWhisk. I get approximately same percentage of errors when I build from both my master branch (which is up to date, with no changes from apache/openwhisk) and from my development branch (that contains minor changes). Any ideas why I seem to have spontaneously started to get these build errors? Up until last week I’d had no trouble with this at all, and the fact that the error is intermittent is stumping me. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1617203603064100?thread_ts=1617203603.064100&cid=C3TPCAQG1 ----