Skip to content
This repository was archived by the owner on Jan 11, 2025. It is now read-only.

Commit abd30be

Browse files
- optimized makefile
- generate changelog in release - added make help - refactoring bin scripts - linting + excluding old dockerfiles
1 parent 0cd271f commit abd30be

33 files changed

+354
-533
lines changed

.dockerignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!/tpl

.github/workflows/linter.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ jobs:
2323
env:
2424
VALIDATE_ALL_CODEBASE: true
2525
DOCKERFILE_HADOLINT_FILE_NAME: .hadolint.yml
26+
FILTER_REGEX_EXCLUDE: nginx/(1.17.10|1.18.0|1.19.0|1.19.1|1.19.2)

CODE_OF_CONDUCT.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ appearance, race, religion, or sexual identity and orientation.
1414
Examples of behavior that contributes to creating a positive environment
1515
include:
1616

17-
* Using welcoming and inclusive language
18-
* Being respectful of differing viewpoints and experiences
19-
* Gracefully accepting constructive criticism
20-
* Focusing on what is best for the community
21-
* Showing empathy towards other community members
17+
- Using welcoming and inclusive language
18+
- Being respectful of differing viewpoints and experiences
19+
- Gracefully accepting constructive criticism
20+
- Focusing on what is best for the community
21+
- Showing empathy towards other community members
2222

2323
Examples of unacceptable behavior by participants include:
2424

25-
* The use of sexualized language or imagery and unwelcome sexual attention or
26-
advances
27-
* Trolling, insulting/derogatory comments, and personal or political attacks
28-
* Public or private harassment
29-
* Publishing others' private information, such as a physical or electronic
30-
address, without explicit permission
31-
* Other conduct which could reasonably be considered inappropriate in a
32-
professional setting
25+
- The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
- Trolling, insulting/derogatory comments, and personal or political attacks
28+
- Public or private harassment
29+
- Publishing others' private information, such as a physical or electronic
30+
address, without explicit permission
31+
- Other conduct which could reasonably be considered inappropriate in a
32+
professional setting
3333

3434
## Our Responsibilities
3535

CONTRIBUTING.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,17 @@ the developers managing and developing this open source project. In return,
66
they should reciprocate that respect in addressing your issue, assessing
77
changes, and helping you finalize your pull requests.
88

9-
109
## Using the issue tracker
1110

1211
The issue tracker is the preferred channel for [bug reports](#bugs),
1312
[features requests](#features) and [submitting pull
1413
requests](#pull-requests), but please respect the following restrictions:
1514

16-
* Please **do not** derail or troll issues. Keep the discussion on topic and
15+
- Please **do not** derail or troll issues. Keep the discussion on topic and
1716
respect the opinions of others.
1817

19-
2018
<a name="bugs"></a>
19+
2120
## Bug reports
2221

2322
A bug is a _demonstrable problem_ that is caused by the code in the repository.
@@ -58,17 +57,17 @@ Example:
5857
> causing the bug, and potential solutions (and your opinions on their
5958
> merits).
6059
61-
6260
<a name="features"></a>
61+
6362
## Feature requests
6463

6564
Feature requests are welcome. But take a moment to find out whether your idea
66-
fits with the scope and aims of the project. It's up to *you* to make a strong
65+
fits with the scope and aims of the project. It's up to _you_ to make a strong
6766
case to convince the project's developers of the merits of this feature. Please
6867
provide as much detail and context as possible.
6968

70-
7169
<a name="pull-requests"></a>
70+
7271
## Pull requests
7372

7473
Good pull requests - patches, improvements, new features - are a fantastic
@@ -135,7 +134,7 @@ included in the project:
135134
```
136135

137136
8. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/)
138-
with a clear title and description.
137+
with a clear title and description.
139138

140139
9. If you are asked to amend your changes before they can be merged in, please
141140
use `git commit --amend` (or rebasing for multi-commit Pull Requests) and
@@ -145,8 +144,8 @@ included in the project:
145144
**IMPORTANT**: By submitting a patch, you agree to license your work under the
146145
same license as that used by the project.
147146

148-
149147
<a name="maintainers"></a>
148+
150149
## Maintainers
151150

152151
If you have commit access, please follow this process for merging patches and cutting new releases.

0 commit comments

Comments
 (0)