diff --git a/roles/openshift-apps/joystick/templates/buildconfig.yml b/roles/openshift-apps/joystick/templates/buildconfig.yml index a0616cb0bf..822caf4d9b 100644 --- a/roles/openshift-apps/joystick/templates/buildconfig.yml +++ b/roles/openshift-apps/joystick/templates/buildconfig.yml @@ -11,8 +11,10 @@ items: source: dockerfile: |- FROM fedora:29 - LABEL maintainer "Sayan Chowdhury " - + LABEL \ + maintainer="Sayan Chowdhury " \ + name="joystick" \ + vendor="Fedora Infrastructure" \ RUN curl -o /etc/yum.repos.d/infra-tags.repo https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/common/fedora-infra-tags.repo {% if env == "staging" %} RUN curl -o /etc/yum.repos.d/infra-tags-stg.repo https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/common/fedora-infra-tags-stg.repo