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

Fix antrea-ubi image build #5723

Merged
merged 1 commit into from
Nov 17, 2023
Merged

Commits on Nov 17, 2023

  1. Fix antrea-ubi image build

    Starting with Go 1.21, the runtime system needs to have a version of
    glibc "compatible" with the version available at build time. The ubi8
    image comes with a very old version of glibc compared to the golang
    builder, and the Antrea binaries no longer run.
    
    To address this, we use the ubi8 image to build Antrea, which means we
    need to install Go manually.
    
    Fixes antrea-io#5722
    
    Signed-off-by: Antonin Bas <[email protected]>
    antoninbas committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    ab8d0ec View commit details
    Browse the repository at this point in the history