### _Why are the changes needed?_ `bin/docker-image-tool.sh` should include `web-ui` when build image ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [x] Add screenshots for manual tests if appropriate ``` build/dist --web-ui cd dist bin/docker-image-tool.sh -t test build cat > conf/kyuubi-defaults.conf << EOF kyuubi.frontend.protocols REST EOF docker run --rm -v $PWD/conf:/opt/kyuubi/conf -p10099:10099 kyuubi:test ```  - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4413 from pan3793/web-ui-package. Closes #4413 787f89515 [Cheng Pan] [BUILD] Build docker image should include web UI Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org> |
||
|---|---|---|
| .. | ||
| playground | ||
| Dockerfile | ||
| kyuubi-configmap.yaml | ||
| kyuubi-deployment.yaml | ||
| kyuubi-pod.yaml | ||
| kyuubi-service.yaml | ||