-
Notifications
You must be signed in to change notification settings - Fork 546
New issue
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
v2.0-rc2 Build docker image error. #615
Comments
I tried to modify the Dockerfile and change the apisix code download address to 2.0 release version, but new problems appeared in the build process. The content of my modification is as follows
and the error message is
|
It seems that there still have something wrong when deploying the dashboard with Docker, these issues should be fixed before 2.1 release. |
Before the 2.1 version is released, how should I modify the source code to build the manager-api docker image file? |
After discussions, we are going to fix this in 2.0 RC3, it will take no longer than 3 days. |
Deploy with Docker Compose is removed, and we are developing the new Dockerfile, so I will close this issue. The new Dockerfile will be added to RC3. |
When will the same problem be solved? |
same problem? could you please provide more info, like links or snapshots? |
clone from master branch |
emmm no, we are still under the v2.0 branch. |
Please follow this guide: https://github.com/apache/apisix-dashboard/blob/feat-docs/docs/deploy.zh-CN.md $ git clone -b v2.0 https://github.com/apache/apisix-dashboard.git |
Please answer these questions before submitting your issue.
Bug
Failed to build docker image based on the current
v2.0-rc2
version. The error message is as followsCommands used to build the image
docker build -t apisix-manager-api:v2.0-rc2 .
Dashboard-manager-api version
v2.0-rc2
The text was updated successfully, but these errors were encountered: