-
Notifications
You must be signed in to change notification settings - Fork 213
packaging: Start producing container images for Windows 2025 #1146
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add a changelog entry by copying the .chloggen/TEMPLATE.yaml
file and filling it out
Ah, it needs to be copied. Was just confused as there it no any other files on that folder but I see now that release process removes those. Anyway, I see at least contrib collector crashing in start when build for Win 2025 because it depends on some DLLs which does not exists in that version of nanoserver image anymore so converted to draft for now. |
@olljanat do you happen to know if such DLL will ever be included in the win 2025 nanoserver image? Asking because if it won't, I think it's fine for us to use a "bigger" base image for win 2025 so that we can support this version of Windows. |
I would guess that no. Normally Microsoft just remove components from nanoserver but let’s wait that open-telemetry/opentelemetry-collector-contrib#42297 is merged before evaluation of “bigger” image. |
@olljanat can you share the exact error message that you are getting? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change itself LGTM - I'm just want to understand the error mentioned about a missing DLL.
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Ping @olljanat - do you plan to get back to this one? |
Sorry about delay. Error is:
Yes using
Not sure what it right place handle that exception? |
The attempt to find the proc |
Just confirmed from the 2025 nano image:
so there is no |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Hey @olljanat, let us know if you still plan to work on this so that we remove the |
Closed for now as migration to |
Continuation for #872 to also provide container images for Windows Server 2025