-
Notifications
You must be signed in to change notification settings - Fork 67
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
Self build base OS images #257
Comments
You have to use Windows Server 2022 images. Windows 11 supports to run it in hyperv and process isolation level. |
I've tried both Windows Images and Windows Server image. With some hacks (change the version in the mainifest to a higher version) I successfully started a nanocore:ltsc2022 container, but I am still unable to start any other images. So I decide to ask if there is any way to produce a base os image by myself and there won't be any compatibility issues. |
Hey @alphagocc, can you explain what you mean by changes to the manifest? And can you share the errors you're seeing? |
@fady-azmy-msft Edit platform>os.version to host os version can successfully start the nanoserver container |
By the way, I also support this guy #222 (comment) |
I see. Can you share the repro steps you took that caused the error? |
This issue has been open for 30 days with no updates. |
|
About the author question of making a base OS image, it would be great if one could generate a container image from the host. I made a POC that does this (process isolation mode only, tested on Windows 11 - 10.0.22000) : https://github.com/Ley0k/wincon |
This is a very good and strategic question, see also #291 |
@Juarezhm, any thoughts on this? |
This issue has been open for 30 days with no updates. |
7 similar comments
This issue has been open for 30 days with no updates. |
This issue has been open for 30 days with no updates. |
This issue has been open for 30 days with no updates. |
This issue has been open for 30 days with no updates. |
This issue has been open for 30 days with no updates. |
This issue has been open for 30 days with no updates. |
This issue has been open for 30 days with no updates. |
For clarification, I guess here we are talking about Windows container base image sizes in MB and not in GB. How to create such minimal base image from witch all larger images could be created by adding components and configurations ? This should provide a way to create the same exact images currently provided by Microsoft like Nano Server, Server Core, Windows and Windows Server, but in full transparency according to good compliance practices. This is basically a lean approach, as existing in the embedded industry for decades. |
I doubt anything will happen here given that Windows itself is not modular. |
This issue has been open for 30 days with no updates. |
2 similar comments
This issue has been open for 30 days with no updates. |
This issue has been open for 30 days with no updates. |
This issue has been open for 30 days with no updates. |
This is a very good and important question. So far, we have seen so few blog posts about what is going on with Windows Containers. Windows Containers are also still facing huge architectural challenges and very poor technical documentations in term of software design and almost no public roadmap! It's time to wake up! |
This issue has been open for 30 days with no updates. |
Despite the fact that the Ignite 2023 conference was one of the best Microsoft conferences since PDC 2000, it can be found very unfortunate that Microsoft has still not been able to clearly communicate a technical roadmap for the future Windows containers! |
This issue has been open for 30 days with no updates. |
5 similar comments
This issue has been open for 30 days with no updates. |
This issue has been open for 30 days with no updates. |
This issue has been open for 30 days with no updates. |
This issue has been open for 30 days with no updates. |
This issue has been open for 30 days with no updates. |
Anything new? Is there any plan for Microsoft to support generating OS images (from host at least)? |
This issue has been open for 30 days with no updates. |
8 similar comments
This issue has been open for 30 days with no updates. |
This issue has been open for 30 days with no updates. |
This issue has been open for 30 days with no updates. |
This issue has been open for 30 days with no updates. |
This issue has been open for 30 days with no updates. |
This issue has been open for 30 days with no updates. |
This issue has been open for 30 days with no updates. |
This issue has been open for 30 days with no updates. |
What is your question?
I'm wondering how to make a windows base OS image. My OS version is Windows 11 22H2, but there isn't any suitable image for the system. Images with low version prevents me from using process isolating containers on my PC.
The text was updated successfully, but these errors were encountered: