Caelebs opened a new issue #615:
URL: https://github.com/apache/apisix-dashboard/issues/615
Please answer these questions before submitting your issue.
- Why do you submit this issue?
- [ ] Question or discussion
- [x] Bug
- [ ] Requirements
- [ ] Feature or performance improvement
- [ ] Other
___
### Bug
- Which version of Apache APISIX Dashboard, OS, and Browser?
Failed to build docker image based on the current `v2.0-rc2` version. The
error message is as follows
```
Step 13/17 : RUN cd /go/manager-api/build-tools && lua schema-sync.lua
> /go/manager-api/schema.json && cd /go/manager-api/ && rm -rf
/go/manager-api/build-tools/
---> Running in 8e282779783e
lua: ./apisix/plugins/api-breaker.lua:25: attempt to index field 'shared' (a
nil value)
stack traceback:
./apisix/plugins/api-breaker.lua:25: in main chunk
[C]: in function 'require'
schema-sync.lua:128: in main chunk
[C]: ?
The command '/bin/sh -c cd /go/manager-api/build-tools && lua
schema-sync.lua > /go/manager-api/schema.json && cd /go/manager-api/
&& rm -rf /go/manager-api/build-tools/' returned a non-zero code: 1
```
Commands used to build the image `docker build -t
apisix-manager-api:v2.0-rc2 .`
Dashboard-manager-api version `v2.0-rc2`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]