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

Refactor build into stageBuilder type #343

Merged
merged 4 commits into from
Sep 13, 2018

Commits on Sep 8, 2018

  1. Refactor build into stageBuilder type

    Refactoring builds by stage will make it easier to generate cache keys
    for layers, since the stageBuilder type will contain everything required
    to generate the key:
    
    1. Base image with digest
    2. Config file
    3. Snapshotter (which will provide a key for the filesystem)
    4. The current command (which will be passed in)
    Priya Wadhwa committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    d9022dd View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Configuration menu
    Copy the full SHA
    bf72328 View commit details
    Browse the repository at this point in the history
  2. merged master, fixed conflicts

    Priya Wadhwa committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    ee9aa95 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Removed incorrect FS extraction from earlier merge with master, and f…

    …ixed linting errors
    Priya Wadhwa committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    7a6dfb6 View commit details
    Browse the repository at this point in the history