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

chore: change hard coded windows image versions to using the latest versions #5452

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Conversation

timmy-wright
Copy link
Contributor

What type of PR is this?

/chore

What this PR does / why we need it:

It makes the AKS Windows VHD build automatically select the latest windows base image. This will ensure our daily windows builds and e2e tests are testing against the latest CVE fixes, etc. This is consistent with how we build Linux VHDs.

Requirements:

Special notes for your reviewer:

Release note:

none

@@ -19,7 +19,7 @@ pr:
- vhdbuilder/packer/convert-sig-to-classic-storage-account-blob.sh
- vhdbuilder/packer/generate-vhd-publishing-info.sh
- vhdbuilder/packer/init-variables.sh
- vhdbuilder/packer/windows-image.env
- vhdbuilder/packer/windows-image.env.sh
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you plan to release new AKS Windows images with non-security changes?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The release is a separate process - but I do want to build them automatically.

There's also the need to set registry keys in the VHDs to enable any fixes for AKS. That'll have to be manual, sadly.

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

Successfully merging this pull request may close these issues.

2 participants