Windows container support #5007
Replies: 3 comments 2 replies
-
Interested in hearing the need |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
For anyone watching, Windows containers are now pushed to Docker Hub for releases. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is anyone using the Windows container definitions from Fluent Bit?
As part of the Windows CI migration I've started bringing the Windows builds into Github Actions.
https://github.com/fluent/fluent-bit/blob/a703837eefc37258a2004a937b64dd08df26d04f/.github/workflows/windows-build.yaml
The Windows containers are built on push to
master
now but they are very large (almost 6Gb) and very slow to build (>1hr).See https://github.com/fluent/fluent-bit/actions/runs/1946115093 as an example.
If we remove the building of Windows containers then we do not test they actually build and so keeping the definitions in the OSS repo seems wrong: it'll just be a snapshot of them last time they did build and may be wildly different now.
Should we remove the Windows container definitions or keep building them or move to another bit of job, and can they be optimised?
If we do build them, what specific targets do people need?
Beta Was this translation helpful? Give feedback.
All reactions