-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
Build and publish Docker container for Windows #2715
Comments
Do you want to run the windows msi image there instead of docker? For the moment, until this is resolved |
I don't :) For now it is easier for me to build my own docker images for Windows that are good enough for our test infra. I prefer to have the same test setup both for Linux and Windows and prefer not to run msi from Java test class. |
I'm interested in picking this one up. |
…open-telemetry#2715) Bumps [github.com/signalfx/golib/v3](https://github.com/signalfx/golib) from 3.3.48 to 3.3.49. - [Release notes](https://github.com/signalfx/golib/releases) - [Commits](signalfx/golib@v3.3.48...v3.3.49) --- updated-dependencies: - dependency-name: github.com/signalfx/golib/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
I suggest closing this one and follow-up on the releaser repo via open-telemetry/opentelemetry-collector-releases#339 cc @open-telemetry/collector-triagers |
Closed in favor of open-telemetry/opentelemetry-collector-releases#339. |
Is your feature request related to a problem? Please describe.
open-telemetry/opentelemetry-java-instrumentation wants to run a bench of smoke tests on Windows platform as well. We extensively use testcontainers and Docker images as part of our testing setup. Currently GitHub actions do not allow running Linux Docker images on Windows Server environment.
Describe the solution you'd like
This project provides Windows executable for the Collector and also Docker images for Linux platform. I would like to ask to also provide pre-built Windows docker images.
Describe alternatives you've considered
We currently are going to build our own Docker images to run Collector on Windows. But there is no sense for us to do it :)
The text was updated successfully, but these errors were encountered: