Skip to content
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

Windows Docker images are 5GB+ #425

Open
shahmishal opened this issue Oct 22, 2024 · 1 comment
Open

Windows Docker images are 5GB+ #425

shahmishal opened this issue Oct 22, 2024 · 1 comment

Comments

@shahmishal
Copy link
Member

Investigate: How can we slim down the Windows Docker images to help speed up CI system (e.g. GitHub Actions).

Review the current Dockerfile and understand if it's following best practices for Windows.
https://learn.microsoft.com/en-us/virtualization/windowscontainers/manage-docker/optimize-windows-dockerfile

@compnerd
Copy link
Member

We are currently following best practices outlined on Microsoft's documentation. There are currently 2 sources of size bloat:

  1. we need the full image of Windows to run all the tools
  2. the toolchain size itself is large (~3-3.5G installed image for the toolchain)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants