-
Notifications
You must be signed in to change notification settings - Fork 1.8k
dockerfile: Windows Containers image Fluent Bit NMake build #10180
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
Merged
edsiper
merged 10 commits into
fluent:master
from
mabrarov:feature/windows_container_nmake
Apr 21, 2025
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
f74ed2e
ci: replaced Ubuntu 20.04 GitHub actions runners with Ubuntu 22.04 ru…
mabrarov ae33680
ci: frozen version of CMake to avoid issues with third-party library …
mabrarov 7759963
ci: ensuring CMake version is not greater than the latest supported o…
mabrarov 4b932be
dockerfile: exact and configurable version of CMake in docker images …
mabrarov a87aa03
dockerfile: ensuring CMake version is not greater than the latest sup…
mabrarov 71cc8bc
dockerfile: code style fix.
mabrarov dd92473
dockerfile: building with NMake in image for Windows Containers.
mabrarov 18d22ff
dockerfile: configurable version of MS Visual C++ used to build Fluen…
mabrarov df6afec
dockerfile: removed unused DLLs from image for Windows Containers.
mabrarov 3c95ef9
Merge branch 'master' into feature/windows_container_nmake
edsiper File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This 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 characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
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.
MSVS_VERSION=17(Visual Studio Build Tools 2022) can be used even withWINDOWS_VERSION=ltsc2019:Moreover, GitHub actions for this repository use windows-latest runner (including test execution for pull requests) which hosts Visual Studio 2022. It means that CI/CD builds Fluent Bit for Windows on Windows Server 2022 using Visual C++ 2022, except Docker image for Windows.
Visual Studio 2022 supports Windows Server 2019 - refer to https://learn.microsoft.com/en-us/visualstudio/releases/2022/system-requirements#supported-operating-systems.
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.
Fixed this comment in #10233