| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains a Dockerfile to build a custom container image for a self-hosted GitHub Actions runner. The image is based on the official actions-runner image and includes a variety of common tools and dependencies needed for modern CI/CD workflows.
The primary goal of this custom runner is to provide a pre-configured environment with necessary software, reducing setup time within workflow jobs and ensuring consistent builds.
This image comes with the following software and tools pre-installed:
A comprehensive set of build tools and libraries are included to compile native extensions and other software:
Build the Docker image:
docker build -t brixion-github-runner .Run the container: Follow the GitHub documentation for running self-hosted runners in a container. You will need to provide your repository/organization URL and a personal access token (PAT) to register the runner.
| Back | FazBrowse Home | New Git URL |