score-spec / score-compose

Reference implementation for docker-compose target platform support
https://score.dev/
Apache License 2.0
445 stars 40 forks source link

feat: rename default provisioners file and change header comment #162

Closed astromechza closed 2 months ago

astromechza commented 2 months ago

Users may be confused with the numbering based system which forces them to pick a number between 0 and 99 to override default provisioners. It's much easier if the file is prefixed with zz- so that a numeric prefix is not needed and the lexicographic sorting order makes more sense!

Additionally, I've removed the license header from the yaml file, since this file isn't really an artefact that we are distributing and is not required for proper functioning of the binary, rather it is a template file that we encourage folks to modify, extend, or override. This has the side effect of resolving issues like #158 or others which may have concerns about the license header being checked into their repo or distributed in their CI.

(thanks to @kbakdev for flagging the latter issue)