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

feat: support windows hostprocess image build #269

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andyzhangx
Copy link
Member

@andyzhangx andyzhangx commented Jan 2, 2025

this PR adds support for windows hostprocess image build, the windows hostprocess image is used for the host process deployment, the image container could run on both windows 1809 and 2022 (and 2025 in the future)
so this PR builds one dedicated image($ver-windows-hp) for the host process deployment. For keeping backward compatibility, we need to keep the original windows image build, e.g. for smb csi driver image, we need to keep amd64-windows-nanoserver-ltsc2022 and amd64-windows-nanoserver-1809 tags, so for this PR, I have added a new tag $ver-windows-hp dedicated for hostprocess image.

following image has been successfully built in smb csi driver:
gcr.io/k8s-staging-sig-storage/smbplugin:canary-windows-hp

@k8s-ci-robot k8s-ci-robot added the do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. label Jan 2, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: andyzhangx
Once this PR has been reviewed and has the lgtm label, please assign pohly for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jan 2, 2025
@andyzhangx
Copy link
Member Author

/release-note-none

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. and removed do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. labels Jan 2, 2025
@andyzhangx
Copy link
Member Author

@pohly could you take a look? thx

@pohly
Copy link
Contributor

pohly commented Jan 10, 2025

I lack context here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. release-note-none Denotes a PR that doesn't merit a release note. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants