Skip to content

remove requirements for io.openshift.* labels #90

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions vendor/redhat/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ $authoritative-source-url[:PORT]/PRODUCT[[-]$PRODUCTGEN][--$PLATFORMDIFFERENTIAT
| vcs-ref | no | A 'reference' within the version control repository; e.g. a git commit, or a subversion branch |
| io.k8s.description | no | Description of the container displayed in Kubernetes |
| io.k8s.display-name | yes | Name of the container displayed in Kubernetes |
| io.openshift.expose-services | no | port:service pairs separated with comma, e.g. `"8080:http,8443:https"` |
| io.openshift.tags | yes | tags used by searching engine, e.g. `"builder,php,php56,rh-php56"` |

### Examples

Expand Down Expand Up @@ -110,8 +108,6 @@ $authoritative-source-url[:PORT]/PRODUCT[[-]$PRODUCTGEN][--$PLATFORMDIFFERENTIAT
"url": "http://github.com/sclorg/rhscl-dockerfiles",
"io.k8s.description="Platform for building and running PHP 5.6 applications",
"io.k8s.display-name="Apache 2.4 with PHP 5.6",
"io.openshift.expose-services="8080:http",
"io.openshift.tags="builder,php,php56,rh-php56"
},