honeycombio / opentelemetry-collector-configs

Honeycomb Metrics-flavored OpenTelemetry Collector configuration
Apache License 2.0
7 stars 4 forks source link

chore: Remove need for dockerfile #50

Closed TylerHelmuth closed 1 year ago

TylerHelmuth commented 1 year ago

Which problem is this PR solving?

Currently whenever we want to bump the timestampprocessor's libraries or build a new version of our distribution of the collector with the latest components we have to build and push a dockerfile to DockerHub.

Short description of the changes

To avoid having to push to dockerhub, I have updated the CircleCI workflow to install the dependencies itself.

How to verify that this has the expected result

Workflow passed