In this directory there are two Dockerfiles:
Dockerfile, that build the published image, based on Wolfi a glibc based imageDockerfile.alpine, that can be used for building a testing musl based image
From the root of this repository you can build and make available the image locally with:
docker buildx build -f operator/Dockerfile --build-arg DISTRO_DIR=./dist -t elastic-otel-python-operator:test-wolfi --load .