Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
04d413b8ee | ||
|
|
3d83467c24 | ||
|
|
67b62521c6 | ||
|
|
c49c647ecd | ||
|
|
250b82da3b |
2 changed files with 4 additions and 5 deletions
|
|
@ -1,14 +1,13 @@
|
|||
FROM registry.fedoraproject.org/fedora:26
|
||||
FROM registry.fedoraproject.org/fedora:rawhide
|
||||
MAINTAINER "Fedora Infrastructure" <admin@fedoraproject.org>
|
||||
|
||||
ENV VERSION=0.7.3 RELEASE=1 SUFFIX=fc26
|
||||
ENV VERSION=0.8.4
|
||||
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
2
run.sh
|
|
@ -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 $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue