Skip to content
New issue

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

Add label to qualify production grade of image #33

Open
llunved opened this issue Jun 16, 2015 · 5 comments
Open

Add label to qualify production grade of image #33

llunved opened this issue Jun 16, 2015 · 5 comments

Comments

@llunved
Copy link

llunved commented Jun 16, 2015

Many products we want to put into images - as well as images as an entity themselves usually go through a pre-production lifecycle from experimental over beta, tech-preview, to production ready. Some are development-only or community editions vs fully supported. It would be helpful to have the ability to describe this in metadata.

@philips
Copy link
Contributor

philips commented Jun 18, 2015

Semantic versions are very often used to relate this information. What is an example use case where a version number doesn't provide this info.

@goern
Copy link
Contributor

goern commented Jun 18, 2015

semver shows the quality of a release, but not the context of it. there seems to be no common understanding that 0.4.0 to 0.8.0 is tech-preview and 1.0.0 upwards is always production ready. so labeling an images as 'experimental' would give some better hint than a plain (close to meaningless) 0.99.7A

@ghost
Copy link

ghost commented Jul 10, 2015

Even more: most images created by Red Hat will follow the version of the primary component inside the image (e.g. a rhel7/php image would reflect the current version of php in RHEL). That does not properly indicate the production quality of the image as such.

@rhatdan
Copy link
Member

rhatdan commented Jul 10, 2015

What label would you want?

@ghost
Copy link

ghost commented Jul 10, 2015

Docker uses 'environment' in their examples I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants