尝试将docker镜像推送到私有存储库时出错

前端之家收集整理的这篇文章主要介绍了尝试将docker镜像推送到私有存储库时出错前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

当我尝试推送泊坞窗图像时,我收到以下消息.

这可能是因为图层存储中的内部文件已被修改.重新拉动或重建此图像可能会解决此问题

2e12e39dbc83: Pushing [==================================================>] 110.6 MB
52a118051ff2: Already exists 
fd00846d8a3a: Already exists 
9f14db3a9fd9: Already exists 
d8933699c403: Already exists 
Failed to upload layer: Put https://privaterepo/v1/images/fc05a48f11d077de64302033d8cba3384873df2bd3084a1211f24b726a59d224/layer: could not verify layer data for: sha256:2e12e39dbc83fcfacfff9c522ea8709021dca87764ff32fc27218d1fd828796c. This may be because internal files in the layer store were modified. Re-pulling or rebuilding this image may resolve the issue

有人遇到过这个问题吗?

最佳答案
解决了这个问题,使用不同的标签名称推送相同的图像.但这听起来很奇怪……

如果有人有一些解释,我会很高兴听到:)

猜你在找的Docker相关文章