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

Vic*_*nto 8 docker docker-registry

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

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

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
Run Code Online (Sandbox Code Playgroud)

有人遇到过这个问题吗?

Vic*_*nto -2

我解决了这个问题,用不同的标签名称推送相同的图像。但这听起来很奇怪......

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