我们使用客运企业的码头建设已经停止建设。
我们有以下错误:
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