elastic-otel-python/operator at main · codefromthecrypt/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

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 .