community icon indicating copy to clipboard operation
community copied to clipboard

Project Infra: Image build repository(s) for utilities that are used during local development (like yamllint)

Open adrielp opened this issue 1 year ago • 1 comments

After discuss in the Semantic Conventions SIG with @jsuereth & @lmolkova it seems like a good idea to have a repo (or repos) that are maintained and build tooling images to be used by the various different groups. One notable example is that of yamllint. In many of the workflows yaml files are linted through this utility which is installed through python at a specific version. As the SemConv group has standardized on mostly using container images through the make rules to handle this, building and keeping images up-to-date would be ideal.

Also discussed this with @austinlparker & @trask in the infra SIG.

adrielp avatar Sep 10 '24 13:09 adrielp

maybe related: https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2027

trask avatar Jul 31 '25 19:07 trask