hypertrace / hypertrace-collector

OpenTelemetry collector distribution for Hypertrace platform
6 stars 5 forks source link

fix: use bullseye image instead of bookworm #121

Closed tim-mwangi closed 10 months ago

tim-mwangi commented 10 months ago

Description

Since golang bookworm base image has GLIBC version issues, we will use the bullseye image. They are both still being maintained unlike buster. Error:

[tim.mwangi@saas-dev-bastion ~]$ kubectl logs hypertrace-collector-6965fccf6c-2kvwh -n traceable
/usr/local/bin/hypertrace/collector: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /usr/local/bin/hypertrace/collector)
/usr/local/bin/hypertrace/collector: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/local/bin/hypertrace/collector)

Testing

Build and test the image locally.

Checklist: