Willd14469 / Semmy

A small utility to automatically alter a semantic version in a local file to be used however you see fit. Useful when you do not want to depend solely on a CI/CD pipeline tool but want to automatically track builds.
MIT License
0 stars 0 forks source link

Add docker mode as docker does not support SemVer in tags #3

Open Willd14469 opened 1 year ago

Willd14469 commented 1 year ago

https://github.com/distribution/distribution/issues/1201

Willd14469 commented 1 year ago

Docker will not allow for the + in the tag so it should be substituted for something else such as __.

Another file .sem_var.opts should be defined that allows for recording the options a Semmy version were created with.