You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have pulled the docker image to the k8s node. When I start execute the command "make deploy IMG=easydl/elasticjob-controller:master", it occurs an error:
Failed to pull image "easydl/elasticjob-controller:master": failed to pull and unpack image "docker.io/easydl/elasticjob-controller:master": failed to copy: httpReadSeeker: failed open: unexpected status code https://k888wt7b.mirror.aliyuncs.com/v2/easydl/elasticjob-controller/blobs/sha256:5f80a38cb015768c1f273987f6ac784632f0aac64ddad5bd8a1d2fe9e751df0c?ns=docker.io: 500 Internal Server Error - Server message: unknown: unknown error"
I see the docker image in docker hub is "linux/arm64" architecture, but my architecture is "linux/amd64", does this issus have bad influence?
The text was updated successfully, but these errors were encountered:
I have pulled the docker image to the k8s node. When I start execute the command "make deploy IMG=easydl/elasticjob-controller:master", it occurs an error:
Failed to pull image "easydl/elasticjob-controller:master": failed to pull and unpack image "docker.io/easydl/elasticjob-controller:master": failed to copy: httpReadSeeker: failed open: unexpected status code https://k888wt7b.mirror.aliyuncs.com/v2/easydl/elasticjob-controller/blobs/sha256:5f80a38cb015768c1f273987f6ac784632f0aac64ddad5bd8a1d2fe9e751df0c?ns=docker.io: 500 Internal Server Error - Server message: unknown: unknown error"
I see the docker image in docker hub is "linux/arm64" architecture, but my architecture is "linux/amd64", does this issus have bad influence?
The text was updated successfully, but these errors were encountered: