ploigos / infra-ops

GitOps repository for the infrastructure that contributors use to develop and test the Ploigos ecosystem
Apache License 2.0
0 stars 1 forks source link

Get GitHub Docker Actions working (securely) #52

Open dwinchell opened 2 years ago

dwinchell commented 2 years ago

Success Criteria:

Notes:

jthompkins commented 2 years ago

When time permits we should revisit with new information regarding cluster role / scc link in mind. Possibly did not have a cluster role for the nonrootbuilder-docker?

dwinchell commented 2 years ago
aktech commented 2 years ago

Disclaimer: This doesn't answers the actual question, but suggests an alternative:

You can achieve this easily with https://cirun.io/ It creates on demand runners for GitHub Actions on your cloud and manages the complete lifecycle. You simply connect your cloud provider and define what runners you need in a simple yaml file and that's it. It also works on OpenStack.

See https://docs.cirun.io/reference/examples.html#aws for example.