Unverified Commit fa12bdf5 authored by Marius Göcke's avatar Marius Göcke
Browse files

Merge branch 'other/next-release'

parents 26c39ed7 e41e7c17
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
ImageName;UpstreamRegistryAddress;DefaultTag
MariaDB;docker.io/library/mariadb;12.2.2
PostgreSQL;docker.io/library/postgres;17.7
nginx;docker.io/library/nginx;1.29.4
Adminer;docker.io/library/adminer;5.4.1
Debian;docker.io/library/debian;13.4-slim
Syft;docker.io/anchore/syft;v1.41.2
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
@@ -3,3 +3,6 @@ Other/Resources/PlantUML
Other/Resources/CA
Other/Resources/DevelopmentCertificate
Other/Resources/OCRData

CLAUDE.local.md
.claude/settings.local.json
 No newline at end of file

Contributing.md

0 → 100644
+44 −0
Original line number Diff line number Diff line
# Contributing

Thank you for your interest in contributing to this product!
We welcome contributions from everyone.

Contributions are accepted as pull-request.
Before you submit a pull-request, please read these guidelines carefully.

## Contributor License Agreement (CLA)

All contributions to this product must be made under the terms of the Contributor License Agreement.

By submitting a contribution (including code, documentation, or any other materials), you agree that:

- You have read and understood the CLA.
- You have the right to grant the license described in the CLA.
- Your contribution does not violate the rights of any third party.

The CLA is located in [`ContributorLicenseAgreement.txt`](ContributorLicenseAgreement.txt).

Contributions submitted without a signed CLA may be rejected or removed.
This is required for legal reasons because otherwise a product is not maintainable anymore if the copyright of the product is divided among several actors.

## How to Contribute

### Technical considerations

1. Fork the repository and create a branch for your feature or bugfix.
2. Make your changes following the coding guidelines.
3. Submit a pull request to the main-branch with a clear description of your changes.
4. Ensure you have accepted the CLA before your pull request can be merged.

### Development guidelines

When adding new features, do not alter the existing project architecture.
New code must follow the same style, structure, and patterns already established in the codebase.
Look at existing features as the reference implementation and build analogously.
If there is a file called HowToBuild.md for the code you changed then you must ensure that when your work is finished the project is buildable using the instruction in HowToBuild.md without generating any changes in the repository.
There must be doc-comments for all functions you write except helper-scripts. The access-modifier does not matter for this rule.
There must be unit-tests for every new or changed function-behavior.

---

Thank you for helping make this product better!
+3 −0
Original line number Diff line number Diff line
By submitting a contribution to this product, you grant the product owner a perpetual, worldwide, non-exclusive, royalty-free, irrevocable license to use, reproduce, modify, distribute, sublicense, and relicense your contribution, including for commercial purposes.
You retain copyright ownership of your contribution.
You confirm that you have the right to grant this license and that your contribution does not infringe the rights of third parties.
 No newline at end of file

Other/Metrics/LinesOfCode.csv

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
v1.3.1;3170
v1.3.2;3170
v1.3.3;3169
v1.3.4;3300
v1.4.0;3427
v1.5.0;3423
 No newline at end of file
Loading