From b0a62a8555a0f3b5d7d71e6f3fd94eabe6f0e371 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Fri, 28 Jun 2019 15:41:50 +0000 Subject: [PATCH] [openshift/joystick] More minor changes to put in line with other versions --- roles/openshift-apps/joystick/templates/buildconfig.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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