-
Notifications
You must be signed in to change notification settings - Fork 10
ci: windows: Merge windows images #80
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
4bb2184 to
86e85fa
Compare
|
What are the before and combined images sizes? |
Before: Combined: ~11 GB |
|
That's very cool. |
packer/windows.pkr.hcl
Outdated
| # packer version is 1.6.6 while generating the vm images, and it complains | ||
| # if local.only.docker is used here | ||
| only = ["docker.windows_ci_vs_2019", "docker.windows_ci_mingw64"] | ||
| only = ["docker.windows_container", "docker.windows_container"] |
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.
Let's drop the windows containers before we get to this bit - since all users would need to change the name of the container anyway, there's not much point in continuing to build them.
aaf92dc to
9f172ef
Compare
|
Note that this PR is rebased onto #87. |
9f172ef to
54f9bd3
Compare
There's a lot of redundant data in the two images, and the image storage costs are starting to be noticable; so merge these images.
54f9bd3 to
5908212
Compare
anarazel
left a comment
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.
Looks good to me.
There's a lot of redundant data in the two images, and the image storage
costs are starting to be noticable; so merge these images.
I tested and confirmed it is working. This PR needs to merged together with anarazel/postgres#84.
Closes #65