kaniko
kaniko copied to clipboard
error pushing image: MANIFEST_BLOB_UNKNOWN: blob unknown to registry;
Actual behavior build dockerfile to ali acr failed. dockerfile:
FROM registry.hf.space/reginabarzilaygroup-diffdock-web:latest
USER root
error msg:
36mINFO[0m[0000] Retrieving image manifest registry.hf.space/reginabarzilaygroup-diffdock-web:latest
[36mINFO[0m[0000] Retrieving image registry.hf.space/reginabarzilaygroup-diffdock-web:latest from registry registry.hf.space
[36mINFO[0m[0003] Built cross stage deps: map[]
[36mINFO[0m[0003] Retrieving image manifest registry.hf.space/reginabarzilaygroup-diffdock-web:latest
[36mINFO[0m[0003] Returning cached image manifest
[36mINFO[0m[0003] Executing 0 build triggers
[36mINFO[0m[0003] Building stage 'registry.hf.space/reginabarzilaygroup-diffdock-web:latest' [idx: '0', base-idx: '-1']
[36mINFO[0m[0003] Skipping unpacking as no commands require it.
[36mINFO[0m[0003] USER root
[36mINFO[0m[0003] Cmd: USER
[36mINFO[0m[0003] Pushing image to registry.ali.com/dev/test:v05145
[33mWARN[0m[0003] Retrying operation after 1s due to PUT https://registry.ali.com/v2/dev/test/manifests/v05145: multiple errors returned: MANIFEST_BLOB_UNKNOWN: blob unknown to registry; sha256:46995db4b389b894d512d6d1114535e02adf710a54ca68837fead903aef5c022; MANIFEST_BLOB_UNKNOWN: blob unknown to registry; sha256:46995db4b389b894d512d6d1114535e02adf710a54ca68837fead903aef5c022
[33mWARN[0m[0005] Retrying operation after 2s due to PUT https://registry.ali.com/v2/dev/test/manifests/v05145: multiple errors returned: MANIFEST_BLOB_UNKNOWN: blob unknown to registry; sha256:46995db4b389b894d512d6d1114535e02adf710a54ca68837fead903aef5c022; MANIFEST_BLOB_UNKNOWN: blob unknown to registry; sha256:46995db4b389b894d512d6d1114535e02adf710a54ca68837fead903aef5c022
[33mWARN[0m[0007] Retrying operation after 4s due to PUT https://registry.ali.com/v2/dev/test/manifests/v05145: multiple errors returned: MANIFEST_BLOB_UNKNOWN: blob unknown to registry; sha256:46995db4b389b894d512d6d1114535e02adf710a54ca68837fead903aef5c022; MANIFEST_BLOB_UNKNOWN: blob unknown to registry; sha256:46995db4b389b894d512d6d1114535e02adf710a54ca68837fead903aef5c022
error pushing image: failed to push to destination registry.ali.com/dev/test:v05145: PUT https://registry.ali.com/v2/dev/test/manifests/v05145: multiple errors returned: MANIFEST_BLOB_UNKNOWN: blob unknown to registry; sha256:46995db4b389b894d512d6d1114535e02adf710a54ca68837fead903aef5c022; MANIFEST_BLOB_UNKNOWN: blob unknown to registry; sha256:46995db4b389b894d512d6d1114535e02adf710a54ca68837fead903aef5c022
Expected behavior A clear and concise description of what you expected to happen.
To Reproduce Steps to reproduce the behavior:
- ...
- ...
Additional Information
- Dockerfile Please provide either the Dockerfile you're trying to build or one that can reproduce this error.
- Build Context Please provide or clearly describe any files needed to build the Dockerfile (ADD/COPY commands)
- Kaniko Image (fully qualified with digest)
Triage Notes for the Maintainers
| Description | Yes/No |
|---|---|
| Please check if this a new feature you are proposing |
|
| Please check if the build works in docker but not in kaniko |
|
Please check if this error is seen when you use --cache flag |
|
| Please check if your dockerfile is a multistage dockerfile |
|