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

Building multiple stacker recipes in same execution #35

Merged
merged 5 commits into from
Jun 21, 2019

Commits on Jun 14, 2019

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

Commits on Jun 21, 2019

  1. Support for building multiple stackerfiles using the 'stacker_config/…

    …prerequisites' configuration
    
    - Modify Stackerfile implementation to support new stacker_config directive
    - Add support for reading multiple stackerfiles, including recuresively from stacker_config 'prerequisites' directive
    - Add a structure tracking dependencies of Stackefiles using a DAG
    - Take care of dependencies between layers defined in different stacker yamls
    - Determine absolute paths for import/bind mounts
    - Command line flag to show the stacker build order
    andaaron committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    c285e6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e045024 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c037af6 View commit details
    Browse the repository at this point in the history
  4. Define a Stackerfile type, and use it to replace Stackerfile lists

    This Stackerfile type has a method to look for a particular layer inside all the stackerfiles
    andaaron committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    dac4239 View commit details
    Browse the repository at this point in the history