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

linuxkit bake #2648

Closed
wants to merge 9 commits into from
Closed

linuxkit bake #2648

wants to merge 9 commits into from

Commits on Jan 10, 2018

  1. cli: extract moby parameter parsing from build to util

    Signed-off-by: Robin Winkelewski <w9ncontact@gmail.com>
    w9n committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    dc7b2d4 View commit details
    Browse the repository at this point in the history
  2. cli: add RepoConfig to GlobalConfig

    Signed-off-by: Robin Winkelewski <w9ncontact@gmail.com>
    w9n committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    d02ca1c View commit details
    Browse the repository at this point in the history
  3. pkglib: define default pkg configuration name build.yml

    Signed-off-by: Robin Winkelewski <w9ncontact@gmail.com>
    w9n committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    f750b59 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. pkglib: add New(path string) constructor and refactor

    Signed-off-by: Robin Winkelewski <w9ncontact@gmail.com>
    w9n committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    f438673 View commit details
    Browse the repository at this point in the history
  2. pkglib: expose Image

    Signed-off-by: Robin Winkelewski <w9ncontact@gmail.com>
    w9n committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    bdd4676 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2018

  1. template: introduce moby-repo templating engine

    Signed-off-by: Robin Winkelewski <w9ncontact@gmail.com>
    w9n committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    c6c6c3d View commit details
    Browse the repository at this point in the history
  2. cli: introduce linuxkit bake

    Signed-off-by: Robin Winkelewski <w9ncontact@gmail.com>
    w9n committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    8326ab2 View commit details
    Browse the repository at this point in the history
  3. docs: add bake docs

    Signed-off-by: Robin Winkelewski <w9ncontact@gmail.com>
    w9n committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    2911de5 View commit details
    Browse the repository at this point in the history
  4. tests: add linuxkit bake case

    Signed-off-by: Robin Winkelewski <w9ncontact@gmail.com>
    w9n committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    bfaa9e7 View commit details
    Browse the repository at this point in the history