oceanbase / docker-images

Official source of container configurations and images for OceanBase products.
https://hub.docker.com/r/oceanbase
Apache License 2.0
0 stars 5 forks source link

Oceanbase ce optimize #12

Closed chris-sun-star closed 3 weeks ago

chris-sun-star commented 3 weeks ago

Summary

optimize build oceanbase-ce docker image

  1. drop fastboot mode, use mode=slim for specify quick boot and only start observer
  2. change environment variable OB_ROOT_PASSWORD to OB_SYS_PASSWORD to avoid obshell error
  3. merge 2 steps into one dockerfile

Solution Description