We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the model is that builds.json implements a linear stream of builds, a lot like ostree/git commits. But we should add the concept of tagging.
builds.json
See prior discussion in e.g. #177
What I'm thinking here is that builds.json would look like:
{ "builds": ["42.4", "42.3", "42.2"] "tags": [{"name": "smoketested", "created": "2018-09-26T15:51:42Z", "target": "42.3"}, ...] }
Created by e.g.: coreos-assembler build-tag create smoketested 42.3
coreos-assembler build-tag create smoketested 42.3
Our pruning logic would be enhanced to understand these additional references.
The text was updated successfully, but these errors were encountered:
Cross-linking openshift/os#351.
Sorry, something went wrong.
cmdlib.py
PR for the tag command in #243.
tag
PR for teaching prune about tags in #245.
prune
I think we can call this fixed.
No branches or pull requests
Currently the model is that
builds.json
implements a linear stream of builds, a lot like ostree/git commits. But we should add the concept of tagging.See prior discussion in e.g. #177
What I'm thinking here is that
builds.json
would look like:Created by e.g.:
coreos-assembler build-tag create smoketested 42.3
Our pruning logic would be enhanced to understand these additional references.
The text was updated successfully, but these errors were encountered: