Created
          December 6, 2023 07:21 
        
      - 
      
- 
        Save hughesjj/c0d3fe334ccae646ce1a367b309a208b to your computer and use it in GitHub Desktop. 
Revisions
- 
        hughesjj created this gist Dec 6, 2023 .There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ FROM golang:bookworm RUN git clone https://github.com/open-telemetry/opentelemetry-collector-contrib.git WORKDIR ./opentelemetry-collector-contrib RUN make install-tools RUN make # as of 2023-12-05 fails first on sigv4 RUN make integration-test # fails on jmx receiver # How about we at least add to docs (README.md? CONTRIBUTING.md?) how to test individual recievers?