openshift / ocm-container

Containerized environment for accessing OpenShift v4 clusters, packing necessary tools/scripts
Apache License 2.0
10 stars 63 forks source link

backplane tools builder #237

Closed T0MASD closed 9 months ago

T0MASD commented 9 months ago

adds building backplane tools as a separate step and explicitly copies the binaries. One weird thing with aws-cli :man_facepalming: is that it's weird python code with linking to c library so I follow aws install instructions placing that whole mess to /usr/local/aws-cli, in addition we also use a wrapper that sets proxy for aws cli hence the script in bashrc.d this fixes issue brought up in https://github.com/openshift/ocm-container/pull/236

openshift-ci[bot] commented 9 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: T0MASD, typeid

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

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/openshift/ocm-container/blob/master/OWNERS)~~ [T0MASD] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment