Compare commits

...
Sign in to create a new pull request.

13 commits

Author SHA1 Message Date
Mohan Boddu
b170ed2dfe "Bump RELEASE for automatic rebuild" 2018-07-17 18:45:19 +00:00
Mohan Boddu
eb3cb1bd82 "Bump RELEASE for automatic rebuild" 2018-07-17 13:02:57 +00:00
Mohan Boddu
8682498db1 "Bump RELEASE for automatic rebuild" 2018-07-06 13:40:56 +00:00
Mohan Boddu
187b828c19 "Bump RELEASE for automatic rebuild" 2018-05-21 15:52:43 +00:00
Mohan Boddu
ac5eae8539 "Bump RELEASE for automatic rebuild" 2018-04-20 14:10:14 +00:00
Mohan Boddu
3935d0fec9 "Bump RELEASE for automatic rebuild" 2018-03-29 14:11:12 +00:00
Mohan Boddu
c94501d646 "Bump RELEASE for automatic rebuild" 2018-03-15 15:30:17 +00:00
Mohan Boddu
f9bab89673 "Bump RELEASE for automatic rebuild" 2018-03-01 18:30:59 +00:00
Mohan Boddu
0bd5b0edb5 "Bump RELEASE for automatic rebuild" 2018-03-01 17:00:19 +00:00
Mohan Boddu
80ce14b540 "Bump RELEASE for automatic rebuild" 2018-02-16 14:57:54 +00:00
Kevin Fenzi
4692817e28 switch version to correct one for app and fix passing logging to run.sh 2018-02-05 10:26:34 -08:00
Kevin Fenzi
edee551d89 add GeoIP-GeoLite-data-extra for dat file 2018-02-01 12:20:18 -08:00
Kevin Fenzi
396d73e028 update f27 mirrormanager2-mirrorlist to have right release 2018-02-01 12:00:22 -08:00
2 changed files with 4 additions and 4 deletions

View file

@ -1,14 +1,14 @@
FROM registry.fedoraproject.org/fedora:26
FROM registry.fedoraproject.org/fedora:27
MAINTAINER "Fedora Infrastructure" <admin@fedoraproject.org>
ENV VERSION=0.7.3 RELEASE=1 SUFFIX=fc26
ENV VERSION=0.8.3 RELEASE=11 SUFFIX=fc27
LABEL BZComponent="mirrormanager2-mirrorlist" \
Name="$FGC/mirrormanager2-mirrorlist" \
Version="$VERSION" \
Release="$RELEASE" \
Architecture="x86_64"
RUN dnf install -y mirrormanager2-mirrorlist httpd mod_wsgi
RUN dnf install -y mirrormanager2-mirrorlist httpd mod_wsgi GeoIP-GeoLite-data-extra
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 $@