[openshift/joystick] More minor changes to put in line with other versions

This commit is contained in:
Stephen Smoogen 2019-06-28 15:41:50 +00:00
parent b8b029b118
commit b0a62a8555

View file

@ -11,8 +11,10 @@ items:
source:
dockerfile: |-
FROM fedora:29
LABEL maintainer "Sayan Chowdhury <gmail@yudocaa.in>"
LABEL \
maintainer="Sayan Chowdhury <gmail@yudocaa.in>" \
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