summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorTroy Dawson <tdawson@redhat.com>2016-10-31 13:58:05 -0500
committerTroy Dawson <tdawson@redhat.com>2016-10-31 13:58:05 -0500
commit52c00f69726a5f33bcd53b094ff1e14aca1be0db (patch)
tree2e94301ac586c8dee9fcd62fb4495787ea9de4c5 /Dockerfile
parent6c66fad9f13530cfa126a8a92e5e940feeaf3a1c (diff)
downloadopenshift-52c00f69726a5f33bcd53b094ff1e14aca1be0db.tar.gz
openshift-52c00f69726a5f33bcd53b094ff1e14aca1be0db.tar.bz2
openshift-52c00f69726a5f33bcd53b094ff1e14aca1be0db.tar.xz
openshift-52c00f69726a5f33bcd53b094ff1e14aca1be0db.zip
add io labels
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 70f6f8a18..f3d45837a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,6 +8,9 @@ LABEL Version="v3.1.1.901"
LABEL Release="6"
LABEL BZComponent="aos3-installation-docker"
LABEL Architecture="x86_64"
+LABEL io.k8s.description="Ansible code and playbooks for installing Openshift Container Platform." \
+ io.k8s.display-name="Openshift Installer" \
+ io.openshift.tags="openshift,installer"
RUN INSTALL_PKGS="atomic-openshift-utils" && \
yum install -y --enablerepo=rhel-7-server-ose-3.2-rpms $INSTALL_PKGS && \