From 8ad91a2ebdc635ab4ef4b77d7cfe04e40db7c2ab Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Thu, 2 Aug 2018 10:07:45 +0200 Subject: [PATCH 1/2] redhat: remove io.openshift.expose-services Related: https://github.com/user-cont/colin/issues/165 Signed-off-by: Tomas Tomecek --- vendor/redhat/labels.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/vendor/redhat/labels.md b/vendor/redhat/labels.md index 545a6e1..03620ad 100644 --- a/vendor/redhat/labels.md +++ b/vendor/redhat/labels.md @@ -44,7 +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 @@ -110,7 +109,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" }, From a339df609c8bc140c12b25f9187a897350c245ab Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Thu, 2 Aug 2018 13:13:15 +0200 Subject: [PATCH 2/2] redhat: remove io.openshift.tags as well Signed-off-by: Tomas Tomecek --- vendor/redhat/labels.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/vendor/redhat/labels.md b/vendor/redhat/labels.md index 03620ad..bc3319a 100644 --- a/vendor/redhat/labels.md +++ b/vendor/redhat/labels.md @@ -44,7 +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.tags | yes | tags used by searching engine, e.g. `"builder,php,php56,rh-php56"` | ### Examples @@ -109,7 +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.tags="builder,php,php56,rh-php56" },