推送到托管的Docker存储库时,Sonatype Nexus 3 504网关超时

时间:2016-04-22 04:03:01

标签: timeout nexus sonatype http-status-code-504

当推送到Sonatype Nexus 3上的托管Docker仓库时,我得到504 GATEWAY_TIMEOUT。我正在尝试推送一个多GB层:

    451c9f0946ad: Image already exists
    97444a62d0da: Image already exists
    3acdb070c7f5: Image already exists
    78362681bd49: Image already exists
    5890a244c36a: Pushing [==================================================>] 2.403 GB
    Received unexpected HTTP status: 504 GATEWAY_TIMEOUT

大约4到4.5分钟后似乎出错了。我没有看到调整Nexus端超时的方法。有什么想法吗?

1 个答案:

答案 0 :(得分:3)

您将从Nexus前面运行的反向代理获取错误504,而不是来自Nexus本身。您是否在服务器前运行nginx或Apache或类似程序?如果是,请检查那里的配置。