The directory ci/docker/pxf-cbdb-dev/ubuntu contains the necessary configuration to set up a local development environment using Docker Compose. This environment includes Cloudberry and a single-node Hadoop cluster.
To build the development image:
cd ci/docker/pxf-cbdb-dev/ubuntu docker compose build
To start the environment:
docker compose up -d
Once the containers are running, you can execute tests as described in automation/README.Docker.md.