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
These Dockerfiles are used to build our docker images and they will install a locally built elastic-opentelemetry package.
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 .