#1680 Pull Fedora container from Fedora registry
Merged 3 years ago by mikem. Opened 3 years ago by breilly.
breilly/fm-orchestrator fedoracontainer  into  master

file modified
+2 -2
@@ -50,9 +50,9 @@ 

      && yum clean all

  # We currently require newer versions of these Python packages for the tests.

  # more-itertools is required by pytest, but versions 6.0.0 and up aren't Python 2 compatible

- RUN pip install --upgrade "pytest<5.0" flake8 tox pip "more-itertools<6.0.0" pytest-cov

+ RUN pip install --upgrade "pytest<5.0" flake8 tox "more-itertools<6.0.0" pytest-cov "importlib_metadata<=2.0.0" "configparser<5" "importlib_resources<4.0.0"

  # Install zipp as a workaround for https://github.com/pypa/virtualenv/issues/1630

- RUN pip install zipp

+ RUN pip install "zipp==1.0.0"

  VOLUME /src

  WORKDIR /src

  ENTRYPOINT ["docker/test.sh"]

file modified
+1 -1
@@ -1,4 +1,4 @@ 

- FROM fedora:latest

+ FROM registry.fedoraproject.org/fedora:latest

  

  WORKDIR /build

  RUN dnf -y install \

We need to pull the image from here to avoid rate limiting from dockerhub

Build 31829003b6e84fbc5115f716c266bcb4ae37fb99 FAILED!
Rebase or make new commits to rebuild.

rebased onto a3e50400370aa64c848251c5780e5b4fb52f0bdd

3 years ago

Build a3e50400370aa64c848251c5780e5b4fb52f0bdd FAILED!
Rebase or make new commits to rebuild.

rebased onto d610771

3 years ago

2 new commits added

  • Fix py2 dockerfile
  • Pull Fedora container from Fedora registry
3 years ago

Build 8e7568c FAILED!
Rebase or make new commits to rebuild.

Build 8e7568c FAILED!
Rebase or make new commits to rebuild.

Commit 125d9ab fixes this pull-request

Pull-Request has been merged by mikem

3 years ago