This image is based on the C++ Docker image and adds the following tools:
The image is intended to be used in CI/CD pipelines for C++ projects.
The image is available on ghcr.io and can be used in GitHub Actions workflows like this:
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/code-vedas/cpp-runner:latest
steps:
To build the image locally, run the following command:
docker build -t cpp-runner .
This project is licensed under the MIT License - see the LICENSE file for details.