Closed ryanwittrup closed 3 months ago
Closing for now - may not be necessary since it seems like my local failures were related to a corrupted docker cache
Got the dockerfile build working again with existing code by pruning everything
docker system prune --all
Experienced issues when trying to run kiln test - investigation showed a failure during the step to build the dockerfile based on a CGO error:
One approach was to disable CGO, via CGO_ENABLED=0
This ruby bump felt like a better approach, but CGO could be considered as part of the PR review if there are concerns related to compatibility between the new ruby patch and the pinned OpsMan version
TPCF-24856
Authored-by: Ryan Wittrup rwittrup@vmware.com