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 KanikoBuild into KanikoArtifact and Cluster #1797

Merged
merged 10 commits into from
Mar 15, 2019

Commits on Mar 13, 2019

  1. Added KanikoArtifact type, and changed GetDependencies for Dockerfile

    so that other artifacts can use the function.
    Priya Wadhwa committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    b600358 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Remove KanikoBuild type

    This commit removes the KanikoBuild type, which is confusing as it
    reprseents both a builder and an environment. It also assumes that
    certain elements (buildcontext) apply to all artifacts, when in reality
    different artifacts should have different buildcontext.
    
    KanikoBuild is replaced with a KanikoArtifact type, which can be
    specified per artifact. I also added a ClusterDetails field to contain
    info about the cluster itself (namespace, timeouts, secrets etc)
    Priya Wadhwa committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    ad56f56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2f674a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24b6a92 View commit details
    Browse the repository at this point in the history
  4. Revert back to v1beta7

    Priya Wadhwa committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    00268ce View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Delete v1beta8.json

    balopat authored Mar 15, 2019
    Configuration menu
    Copy the full SHA
    72c0e42 View commit details
    Browse the repository at this point in the history
  2. Review comments

    Priya Wadhwa committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    ab60dba View commit details
    Browse the repository at this point in the history
  3. Merge branch 'kanikoartifact' of github.com:priyawadhwa/skaffold-1 in…

    …to kanikoartifact
    Priya Wadhwa committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    101dab4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:GoogleContainerTools/skaffold int…

    …o kanikoartifact
    Priya Wadhwa committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    e988510 View commit details
    Browse the repository at this point in the history
  5. update skaffold.yaml for kaniko sub folder integration test to match …

    …new schema
    Priya Wadhwa committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    2aecc64 View commit details
    Browse the repository at this point in the history