nmstate / kubernetes-nmstate

Declarative node network configuration driven through Kubernetes API.
GNU General Public License v2.0
180 stars 89 forks source link

build: Use ubi9 go-toolset to compile golang #1183

Closed qinqon closed 1 year ago

qinqon commented 1 year ago

What this PR does / why we need it: Using a centos container and download a golang compiler takes time and is more demanding for networking. This change use directly the ubi9 golang ready container to build handler and operator.

Release note:

Use ubi9 go-toolset to compile golang.
kubevirt-bot commented 1 year ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please ask for approval from qinqon by writing /assign @qinqon in a comment. 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: - **[OWNERS](https://github.com/nmstate/kubernetes-nmstate/blob/main/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment