matchory/Docker Source Hash
Create a hash based on Docker source files to determine if a rebuild is necessary.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ignore-files | List of files containing patterns to exclude from the hash generation. Each pattern should be on a new line. | no | .dockerignore |
| exclude-paths | List of additional path patterns to exclude from the hash generation. Each path should be on a new line. | no | "" |
Outputs
| name | description |
|---|---|
| hash | The generated hash based on Docker source files. |
| file-list | List of files considered for hash generation. |
| file-count | Number of files considered for hash generation. |