-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Document imageLabels field in BuildConfigs #3015
Conversation
|
||
The `*BuildOverrides*` admission control plug-in allows administrators to | ||
override a setting in a build, regardless of the value stored in the build. It | ||
currently supports overriding the `*forcePull*` flag on a build strategy to | ||
enforce always refreshing the local image during a build by pulling the image | ||
from the registry. This ensures that a user can only build with an image that | ||
they are allowed to pull. | ||
they are allowed to pull. The plugin can also be configured to apply a set of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/plugin/plug-in
@mmilata One typo-level fix then I'll merge. Thanks! |
lgtm, pending @bfallonf's nit. |
66bead0
to
e95386a
Compare
@bfallonf, should be fixed now. |
Great! Thanks @mmilata . I'll merge away. |
[rev_history] |
Documentation for openshift/origin#11209.
Trello card: https://trello.com/c/HB9IwGj5/925-5-add-arbitrary-labels-to-docker-images