Closed enricorotundo closed 1 year ago
This has been fixed already (as of 12368fdd818e579d0cb4f1e1ef6ab87d7e491ea7):
❯ go run . docker run bkzzzazzz date
Job successfully submitted. Job ID: aba02e7b-bd4e-4014-bb35-fcceee46bf5d
Checking job status... (Enter Ctrl+C to exit at any time, your job will continue running):
Communicating with the network ................ done ✅ 0.0s
Creating job for submission ................ done ✅ 0.0s
Finding node(s) for the job ................ done ✅ 0.0s
Running the job ................ err ❌ 2.5s
Error while executing the job.
Running the job ................ done ✅ 2.5s
Check the job status:
❯ go run . describe aba02e7b-bd4e-4014-bb35-fcceee46bf5d
...
Status:
JobState:
Nodes:
QmUE87kn414tHfi8CesYoY6tM65pa9SV5UGXh7fjwWL3QA:
Shards:
"0":
ExecutionId: e-62adeb81-0328-4ab2-9a02-ae66b0a658d5
NodeId: QmUE87kn414tHfi8CesYoY6tM65pa9SV5UGXh7fjwWL3QA
PublishedResults: {}
State: Error
Status: |-
Could not pull image - could be due to repo/image not existing,
or registry needing authorization. bkzzzazzz: Error response from daemon: pull access denied for bkzzzazzz, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
VerificationResult: {}❯ go run . describe aba02e7b-bd4e-4014-bb35-fcceee46bf5d
A valid (and accepted) value would be
ubuntu:latest
instead ofubuntu@latest
.Related to https://github.com/filecoin-project/bacalhau/issues/1587