[openshift/joystick] More minor changes to put in line with other versions
This commit is contained in:
parent
b8b029b118
commit
b0a62a8555
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue