Compare commits

..

1 commit

Author SHA1 Message Date
Clement Verna
9e337cbd8c Drop Release label in favor of OSBS release_bump plugin.
OSBS can automatically bump the release number, for that
we just need to drop the label from the Dockerfile

See https://pagure.io/ContainerSIG/container-sig/issue/1

Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-08-27 09:39:41 +02:00
2 changed files with 4 additions and 4 deletions

View file

@ -1,13 +1,13 @@
FROM registry.fedoraproject.org/fedora:rawhide
FROM registry.fedoraproject.org/fedora:28
MAINTAINER "Fedora Infrastructure" <admin@fedoraproject.org>
ENV VERSION=0.8.4
ENV VERSION=0.7.3
LABEL BZComponent="mirrormanager2-mirrorlist" \
Name="$FGC/mirrormanager2-mirrorlist" \
Version="$VERSION" \
Architecture="x86_64"
RUN dnf install -y mirrormanager2-mirrorlist httpd mod_wsgi GeoIP-GeoLite-data-extra
RUN dnf install -y mirrormanager2-mirrorlist httpd mod_wsgi
RUN dnf install -y patch
COPY logging.patch /root

2
run.sh
View file

@ -1,3 +1,3 @@
#!/bin/bash
/usr/sbin/httpd &
/usr/bin/python2 /usr/share/mirrormanager2/mirrorlist_server.py $@
/usr/bin/python2 /usr/share/mirrormanager2/mirrorlist_server.py