ignatenkobrain commented on this pull request.


> +language: c
+sudo: required
+dist: trusty
+services:
+  - docker
+env:
+    # Fedora
+    # https://hub.docker.com/r/_/fedora/
+    - CONTAINER_IMAGE=fedora:24
+    - CONTAINER_IMAGE=fedora:25
+    - CONTAINER_IMAGE=fedora:26
+    - CONTAINER_IMAGE=fedora:rawhide
+before_install:
+  - |
+    if [ "${CONTAINER_IMAGE}" != '' ]; then
+        sed -i "/^FROM / s|fedora|${CONTAINER_IMAGE}|" Dockerfile

we should be really using registry.fedoraproject.org as a registry.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/261#pullrequestreview-50952247
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to