coreos / coreos-assembler

Tooling container to assemble CoreOS-like systems
https://coreos.github.io/coreos-assembler/
Apache License 2.0
333 stars 165 forks source link

cmd-build: add `--versionary` switch #3735

Closed jlebon closed 5 months ago

jlebon commented 5 months ago

I'd like to move out the versionary script from this repo and into the FCOS source config repo. This is prep for adding a versionary script to openshift/os also and unlabeling the versionary knob in the pipeline as a hack.

jlebon commented 5 months ago

One might wonder why not have cosa just always check if there's a versionary script in the source config and run it if present. The reason is that I do like that the default versioning scheme in FCOS is clearly identifiable as dev and it's a pattern I'd like to replicate in openshift/os too ideally as part of my work on https://github.com/openshift/os/issues/799 (but I don't think it's worth trying to change the existing streams already in production).