We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
Currently only a container is being distributed as part of the release.
People may want to use automatic instrumentation on bare metal. It may be easier for users to just download and extract the binary.
Describe the solution you'd like
Additionally distribute a .tar.gz archive containing the binary bundled together with license and copywrite notices.
.tar.gz
Alternative
Get the binary from the docker container doing something like https://stackoverflow.com/a/31316636
The text was updated successfully, but these errors were encountered:
For reference: https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/.github/workflows/release.yml
Sorry, something went wrong.
We will need to include a trust source for our released binaries. We should look into what the collector does with cosign (open-telemetry/opentelemetry-collector-releases#203).
No branches or pull requests
Is your feature request related to a problem? Please describe.
Currently only a container is being distributed as part of the release.
People may want to use automatic instrumentation on bare metal.
It may be easier for users to just download and extract the binary.
Describe the solution you'd like
Additionally distribute a
.tar.gz
archive containing the binary bundled together with license and copywrite notices.Alternative
Get the binary from the docker container doing something like https://stackoverflow.com/a/31316636
The text was updated successfully, but these errors were encountered: