A collection of builder images to use in build pipelines.
This repository has been archived on 2024年07月21日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Builder Images
A collection of builder images that can be used in build pipelines. The goal is to make better use of resources and avoid repeated downloads of the same dependencies.
Release
A public release will be created when a git tag gets pushed to the repository.
The release workflow is as follows:
Note: X.X.X must be replaced with the release version.
- Update the
CHANGELOG.mdusing git-cliff- Command:
git cliff --config .config/cliff.toml --output CHANGELOG.md --tag X.X.X
- Command:
- Add and commit all changes
- Command:
git add . && git commit -m "chore(release): prepare for version X.X.X"
- Command:
- Create a signed tag
- Command:
git tag -s X.X.X -m "chore(release): version X.X.X"
- Command:
- Push everything
- Command:
git push && git push --tags
- Command:
Image-Versions
To create a version of an individual image, edit the corresponding file in .versions/ and push it to the default
branch.