TODO: Overview
By including preferably a one-liner or if necessary a set of clear CLI instructions we improve user experience. This should be a frictionless installation process that works on various operating systems (macOS, Linux, Windows WSL) and handles all the dependencies.
Clone the repository
git clone https://github.com/nhs-england-tools/github-runner-image.git
cd nhs-england-tools/github-runner-image
The following software packages or their equivalents are expected to be installed
Note that the version of GNU Make available by default on OS X is earlier than this. You will need to upgrade it, or certain make
tasks will fail. On OS X, you will need homebrew installed, then to install make
, like so:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install make
You will then see instructions to fix your $PATH
variable to make the newly installed version available.
If you are using dotfiles, this is all done for you.
Install and configure toolchain dependencies
make config
If this repository is
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/org/repo/branch/install.sh)"
After a successful installation, provide an informative example of how this project can be used. Additional code snippets, screenshots and demos work well in this space. You may also link to the other documentation resources, e.g. the User Guide to demonstrate more use cases and to show more features.
There are make
tasks for you to configure to run your tests. Run make test
to see how they work. You should be able to use the same entry points for local development as in your CI pipeline.
C4Container
Boundary(b1, "Foundation Images", "") {
Component(base_image, "Base Image", "System dependencies, Development tools, Docker, Node.js", "Provides the base packages for all the images built on top of it")
Component(gh_act_image, "GitHub Base Image", "Development dependencies and tools", "Builds on top of the base image adding GitHub specific packages")
Component(gh_aws_image, "GitHub AWS", "AWS development dependencies and tools", "This base image comes with packages and tools<br>which make it compatible with the AWS cloud services")
Component(gh_azure_image, "GitHub Azure", "Azure development dependencies and tools", "This base image comes with packages and tools<br>which make it compatible with the Azure cloud services")
}
Boundary(b2, "Service Images", "") {
Component_Ext(service_image, "Service Image", "Service dependencies and tools", "Preloads all the build and test dependencies<br> which are used in the CI/CD pipeline")
}
Rel(gh_act_image, base_image, "Is built from")
Rel(gh_aws_image, gh_act_image, "Is built from")
Rel(gh_azure_image, gh_act_image, "Is built from")
Rel(service_image, gh_aws_image, "Is built from")
UpdateLayoutConfig($c4ShapeInRow="2", $c4BoundaryInRow="1")
Most of the projects are built with customisability and extendability in mind. At a minimum, this can be achieved by implementing service level configuration options and settings. The intention of this section is to show how this can be used. If the system processes data, you could mention here for example how the input is prepared for testing - anonymised, synthetic or live data.
Describe or link templates on how to raise an issue, feature request or make a contribution to the codebase. Reference the other documentation files, like
- Environment setup for contribution, i.e.
CONTRIBUTING.md
- Coding standards, branching, linting, practices for development and testing
- Release process, versioning, changelog
- Backlog, board, roadmap, ways of working
- High-level requirements, guiding principles, decision records, etc.
Provide a way to contact the owners of this project. It can be a team, an individual or information on the means of getting in touch via active communication channels, e.g. opening a GitHub discussion, raising an issue, etc.
The LICENCE.md file will need to be updated with the correct year and owner
Unless stated otherwise, the codebase is released under the MIT License. This covers both the codebase and any sample code in the documentation.
Any HTML or Markdown documentation is Β© Crown Copyright and available under the terms of the Open Government Licence v3.0.