We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
想自己打个版本,执行make package type=rpm app=apisix version=2.15.3 checkout=2.15.3后出错,报错如下: docker build -t api7/fpm - < ./dockerfiles/Dockerfile.fpm Sending build context to Docker daemon 2.048 kB Step 1/3 : FROM ubuntu:focal Trying to pull repository docker.io/library/ubuntu ... missing signature key make: *** [build-fpm] 错误 1 请问这个问题怎么解决
The text was updated successfully, but these errors were encountered:
🤔️ 看不出来什么错误
missing signature key 是不是GPG 或者 ssh ?
missing signature key
Sorry, something went wrong.
It seems that you don't have access to the docker repository
No branches or pull requests
想自己打个版本,执行make package type=rpm app=apisix version=2.15.3 checkout=2.15.3后出错,报错如下:
docker build -t api7/fpm - < ./dockerfiles/Dockerfile.fpm
Sending build context to Docker daemon 2.048 kB
Step 1/3 : FROM ubuntu:focal
Trying to pull repository docker.io/library/ubuntu ...
missing signature key
make: *** [build-fpm] 错误 1
请问这个问题怎么解决
The text was updated successfully, but these errors were encountered: