Преглед на файлове

Merge pull request #2689 from tdawson/2016-10-dockerfile-labels

add io labels to Dockerfile
Scott Dodson преди 8 години
родител
ревизия
87ebaeb5c0
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      Dockerfile

+ 3 - 0
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 && \