はありません。 ほとんどの⼈々は、GitHub の活⽤よりもはるかに⼤変なことに気づいていません。 それは、社内におけるオープンソースの源を⾒つけ、コミュニティとし て育ててゆくことなのです。 コミュニティがソフトウェアを作るのであって他の何者でもないのですが、 ⼤企業にはそれに気づくための全体的なコミュニティに対する センスがないのです。 From “Understanding the Innersource Checklist” by Silona Bonewald, the founding member of the InnerSource Commons.
to run your workflows Docker in Docker Mode Creates a runner pod with a dind sidecar pod Kubernetes Mode Creates a runner pod and launches additional pod to execute job steps If you specify a container image your job will fail Allows both container and non- container workflows Requires privileged mode - A potential security risk By default if you do NOT specify a container image your job will fail (Set env variable to allow jobs on runner pod) Requires persistent volumes to pass work from runner to worker pod