Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Hardcode pip requirements into the Dockerfiles #240

Open
wants to merge 9 commits into
base: canon
Choose a base branch
from

Commits on Apr 25, 2019

  1. CI: Hardcode pip requirements into the Dockerfiles

    Pro: Works around an issue with the way Cirrus caches containers:
         cirruslabs/cirrus-ci-docs#273
    
    Con:
    - Requires regenerating/recommiting Dockerfiles whenever requirements change.
    - This will break if the character `'` is used in requirements*.txt
    nbraud committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    fc2a3f9 View commit details
    Browse the repository at this point in the history
  2. CI: Regenerate Dockerfiles

    nbraud committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    bc33ebc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9f244f View commit details
    Browse the repository at this point in the history
  4. CI: Regenerate Dockerfiles

    nbraud committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    53d483e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Configuration menu
    Copy the full SHA
    247b444 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. Revert "CI: Regenerate Dockerfiles"

    This reverts commit 53d483e.
    nbraud committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    87deb2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    519a001 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58c0f15 View commit details
    Browse the repository at this point in the history
  4. CI: Regenerate Dockerfiles

    nbraud committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    ab3fa56 View commit details
    Browse the repository at this point in the history