Build/Push Runner Image using CodeBuild
This blog post covers setting up a CodeBuild project to build and push the GitHub runner docker image to ECR. To ensure that the version of the GitHub runner agent …
This blog post covers setting up a CodeBuild project to build and push the GitHub runner docker image to ECR. To ensure that the version of the GitHub runner agent …
The self-hosted runner agent supports a variety of processor architectures and operating systems. This post covers the preparation/testing of a debian:stable-slim based OS runner, and pushing them to a CodeCommit …
The docker container entrypoint script executes a start-up command to register the runner to an GitHub Enterprise/Organization/Repository using a Classic Personal Access Token (PAT) which has been assigned the required …
The naming convention and tagging standards used for the ECR runner image(s) repositories are site-specific. To keep things simple, the assumption is we are planning for on a single runner …
The following diagram shows the various architecture components in a sample solution for implementing GitHub self-hosted runners. Green numbered squares are used to break down the architecture into manageable segments. …