starrocks-kubernetes-operator

Build the operator images by yourself

Get the official operator image from here.

Build starrocks operator docker image

Follow below instructions if you want to build your own image.

DOCKER_BUILDKIT=1 docker build -t starrocks/operator:<tag> .

E.g.

DOCKER_BUILDKIT=1 docker build -t starrocks/operator:latest .

Publish starrocks operator docker image

docker push starrocksr/operator:latest

E.g. Publish image to dockerhub

docker push starrocks/operator:latest