bugzilla2fedmsg: new package name, update the openshift app
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
6d4abe69a7
commit
bacdceefb6
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ spec:
|
||||||
source:
|
source:
|
||||||
type: Dockerfile
|
type: Dockerfile
|
||||||
dockerfile: |-
|
dockerfile: |-
|
||||||
FROM fedora:30
|
FROM fedora:31
|
||||||
LABEL \
|
LABEL \
|
||||||
name="bugzilla2fedmsg" \
|
name="bugzilla2fedmsg" \
|
||||||
vendor="Fedora Infrastructure" \
|
vendor="Fedora Infrastructure" \
|
||||||
|
@ -17,7 +17,7 @@ spec:
|
||||||
{% if env == "staging" %}
|
{% 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
|
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
|
||||||
{% endif %}
|
{% endif %}
|
||||||
RUN dnf install -y python3-bugzilla2fedmsg
|
RUN dnf install -y bugzilla2fedmsg
|
||||||
ENV USER=openshift
|
ENV USER=openshift
|
||||||
ENTRYPOINT /usr/bin/bugzilla2fedmsg
|
ENTRYPOINT /usr/bin/bugzilla2fedmsg
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue