Closed LiNk-NY closed 6 years ago
Hi Jim, @jimhester I want to use this step with BiocManager.
BiocManager
I'm having some issues trying to get the step to build. https://app.wercker.com/mr148/wercker-step-r-dependencies/
I get an error message: fetch failed to pull image default: API error (404): {"message":"pull access denied for wercker/default, repository does not exist or may require 'docker login'"} https://app.wercker.com/mr148/wercker-step-r-dependencies/runs/build/5b8718a34e111a000799aa2e?step=5b8718a34e111a000799aa32
fetch failed to pull image default: API error (404): {"message":"pull access denied for wercker/default, repository does not exist or may require 'docker login'"}
Any ideas on how to fix this? Thanks in advance.
Solved this using box: node instead of the old line in the wercker.yml file. Thanks to the Wercker slack team.
box: node
wercker.yml
Hi Jim, @jimhester I want to use this step with
BiocManager
.I'm having some issues trying to get the step to build. https://app.wercker.com/mr148/wercker-step-r-dependencies/
I get an error message:
fetch failed to pull image default: API error (404): {"message":"pull access denied for wercker/default, repository does not exist or may require 'docker login'"}
https://app.wercker.com/mr148/wercker-step-r-dependencies/runs/build/5b8718a34e111a000799aa2e?step=5b8718a34e111a000799aa32Any ideas on how to fix this? Thanks in advance.