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] Use hpc base image and buildx to build Agent Windows image #6325

Merged
merged 1 commit into from
May 29, 2024

Commits on May 29, 2024

  1. [Windows] Use hpc to build Agent images

    1. Use Windows hpc as the base image to store Antrea binary and OVS files
    2. Use doocker buildx to build Windows image on Linux base environment
    3. Modify OVS init container to install redist files
    4. Place openssl dll files into OVS binary directory instead of Windows system
       path
    5. Remove original windows-base image, and download CNI file in agent image
    
    Using the hpc base image and buildx on a fresh env, the time to build Windows
    related images and push to remote registry is as follows,
    1. windows-ovs: 31.6s
    2. antrea-windows: 232s
    
    Signed-off-by: Wenying Dong <wenyingd@vmware.com>
    wenyingd committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e328eda View commit details
    Browse the repository at this point in the history