elastic-otel-python/operator at main · elastic/elastic-otel-python · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

README.md

Docker images for Kubernetes OpenTelemetry Operator

In this directory there are two Dockerfiles:

  • Dockerfile, that build the published image, based on Wolfi a glibc based image
  • Dockerfile.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.

Local build

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 .