1

我无法使用 quay REST API 构建任何图像。我能看到的唯一错误是:无法找到或解析 Dockerfile:Dockerfile 中的第一行不是 FROM。

dockerfile 使用其他方法构建良好,问题仅在使用 quay rest api 时出现。

这是图像构建 json:

{
  "docker_tags": [
    "v0.0.11"
  ],
  "archive_url": "http://host:port/app.zip"
}

archive_url 可在本地和网络上访问。如果 url 指向 Dockerfile,则构建工作,但如果指向 zip,则构建失败。码头服务器的这个存档有什么特殊要求吗?

4

0 回答 0