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'm using buildkitd (v0.12.0) on the host and run buildctl (v0.12.1) commands to build images and push them to the private registry. Sometimes it fails and the logs are as follows:
[2023-09-06 17:12:48.593] #20 exporting to image
[2023-09-06 17:12:48.593] #20 exporting layers 3.2s done
[2023-09-06 17:12:48.593] #20 exporting manifest sha256:b125554aefecc2a74a51a277b95e5d57e6fe9e6ceb2c6174f9bf4cb4c0965a04 done
[2023-09-06 17:12:48.593] #20 exporting config sha256:d118e36f22a839b64845672604ef60be8b4c75413019f53b852c91ac21b6366c done
[2023-09-06 17:12:48.593] #20 naming to ***.********.**/****-****-**/****-****:37d282a18519fbf68638e5cdfc40be07cb3eac39-*** done
[2023-09-06 17:12:48.593] #20 pushing layers
[2023-09-06 17:12:48.744] #20 pushing layers 0.2s done
[2023-09-06 17:12:48.744] #20 ERROR: failed to push ***.********.**/****-****-**/****-****:37d282a18519fbf68638e5cdfc40be07cb3eac39-nyx: content digest sha256:8728ce3f8dfb1930b7c5c23f9ef001ae50f0691163d36b26c68a9fed1778314b: not found
[2023-09-06 17:12:48.744]
[2023-09-06 17:12:48.744] #22 [auth] ****-****-**/****:pull ****-****-**/****-****:pull,push token for ***.********.**
[2023-09-06 17:12:48.744] #22 DONE 0.0s
[2023-09-06 17:12:48.744]
[2023-09-06 17:12:48.744] #23 [auth] ****-****-**/****-****-***:pull ****-****-**/****-****:pull,push token for ***.********.**
[2023-09-06 17:12:48.744] #23 DONE 0.0s
[2023-09-06 17:12:48.807] ------
[2023-09-06 17:12:48.807] > exporting to image:
[2023-09-06 17:12:48.807] ------
[2023-09-06 17:12:48.809] error: failed to solve: failed to push ***.********.**/****-****-**/****-****:37d282a18519fbf68638e5cdfc40be07cb3eac39-***: content digest sha256:8728ce3f8dfb1930b7c5c23f9ef001ae50f0691163d36b26c68a9fed1778314b: not found
Any advice will be appreciated.
The text was updated successfully, but these errors were encountered:
I'm using buildkitd (v0.12.0) on the host and run buildctl (v0.12.1) commands to build images and push them to the private registry. Sometimes it fails and the logs are as follows:
Any advice will be appreciated.
The text was updated successfully, but these errors were encountered: