0

我们使用客运企业的码头建设已经停止建设。

我们有以下错误:

GPG 错误:https: //www.phusionpassenger.com/enterprise_apt xenial 发布:以下签名无效:NODATA 2

在这个阶段Dockerfile

ADD passenger-enterprise-license /etc/passenger-enterprise-license
RUN echo deb https://download:<OUR_KEY>@www.phusionpassenger.com/enterprise_apt xenial main > /etc/apt/sources.list.d/passenger.list
RUN apt-get update && apt-get install -y -o Dpkg::Options::="--force-confold" passenger-enterprise nginx-extras

码头工人日志:

步骤 7/39:运行 apt-get update && apt-get install -y -o Dpkg::Options::="--force-confold"passenger-enterprise nginx-extras ---> 在 cfb74f74a227 中运行 Get:1 http ://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB] 获取:2 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB] Ign:3 https://www.phusionpassenger.com /enterprise_apt xenial InRelease Get:4 https://www.phusionpassenger.com/enterprise_apt xenial Release [23.0 kB] Err:5 https://www.phusionpassenger.com/enterprise_apt xenial Release.gpg 以下签名无效:NODATA 2

我已经检查了乘客企业许可证和令牌。他们都是正确的。

还在这里提出了 github 问题:Docker build failed Enterprise 和这里​​:Docker build failed Enterprise

4

1 回答 1

1

Phusion 乘客团队成员在这里。对于仍然遇到此问题的任何人:不幸的是,当我们昨天迁移到新服务器时,一些 gpg 密钥没有正确导入。该问题现在应该已解决,但如果您仍然遇到问题,请尝试运行apt clean && rm -rf /var/lib/apt/lists/* && apt update

这将清除本地 apt 缓存并重试 apt 更新。对此造成的不便,我们深表歉意。

于 2018-04-10T09:05:43.837 回答