我使用nexus oss 3.24.0-02并尝试

问题描述 投票:0回答:2

预期的结果是“成功推动的”,但会产生错误

blob upload invalid: blob upload invalid


Fulll Console输出日志如下,
docker push mynexusip:8083/myapplication:a5212b386b323189950f78577cc292137b314601
The push refers to repository [mynexusip:8083/myapplication]
067995e8fe00: Preparing
8e45792fc9b6: Preparing
8b65bf832c89: Preparing
db672395134b: Preparing
27e8da285ed6: Preparing
579a8f1d6a12: Preparing
15e45d99c926: Preparing
0cf75cb98eb2: Preparing
814c70fdae62: Preparing
15e45d99c926: Waiting
0cf75cb98eb2: Waiting
814c70fdae62: Waiting
579a8f1d6a12: Waiting
db672395134b: Layer already exists
8e45792fc9b6: Layer already exists
27e8da285ed6: Layer already exists
067995e8fe00: Layer already exists
8b65bf832c89: Layer already exists
579a8f1d6a12: Layer already exists
0cf75cb98eb2: Layer already exists
15e45d99c926: Layer already exists
814c70fdae62: Layer already exists
blob upload invalid: blob upload invalid

I使用Git Commit ID进行版本控制,而8083是我的Docker-Provate存储库的端口。当我谷歌搜索此错误时,我在存储库的“配置”部分中发现了一些有关“允许重新部署”的建议,但我已经设置了该建议。

the,Nexus的版本最近已升级(是3.15)。之后,它开始像我提到的那样出现错误。我不知道它是否相关,但以防万一我想分享它。有人对这个问题有任何想法吗?
    

如果您试图多次推动同一图像或使用不同的标签,这将会发生 解决方案 : 导航到Nexus Repo到您的图像位置 您会发现2个文件夹

nexus repository settingsmanifest

tag

Manifest尝试删除不需要的斑点文件。 to
docker nexus sonatype
2个回答
5
投票

i发现这是一个已知的错误,并且已通过发布释放而修复。

    https://help.sonatype.com/repomanager3/release-notes#releasenotes-bugfixes
  • Https://web.archive.org/web/20220813101340/https://issues.sonatype.org/browse/browse/nexus-20640

Edit:

我意识到此错误“

4
投票
Blob上传无效”,但使用3.28释放,它已固定。您可以在下面的链接中找到详细信息。

Https://web.archive.org/web/20221201035624/https://issues.sonatype.org/browse/browse/nexus-25378

最新问题
© www.soinside.com 2019 - 2025. All rights reserved.