-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Refactor KanikoBuild into KanikoArtifact and Cluster #1797
Commits on Mar 13, 2019
-
Added KanikoArtifact type, and changed GetDependencies for Dockerfile
so that other artifacts can use the function.
Priya Wadhwa committedMar 13, 2019 Configuration menu - View commit details
-
Copy full SHA for b600358 - Browse repository at this point
Copy the full SHA b600358View commit details
Commits on Mar 14, 2019
-
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 committedMar 14, 2019 Configuration menu - View commit details
-
Copy full SHA for ad56f56 - Browse repository at this point
Copy the full SHA ad56f56View commit details -
Add integration test which builds two artifacts with kaniko
Priya Wadhwa committedMar 14, 2019 Configuration menu - View commit details
-
Copy full SHA for d2f674a - Browse repository at this point
Copy the full SHA d2f674aView commit details -
Boilerplate, linting, and add integration test to run_test.go
Priya Wadhwa committedMar 14, 2019 Configuration menu - View commit details
-
Copy full SHA for 24b6a92 - Browse repository at this point
Copy the full SHA 24b6a92View commit details -
Priya Wadhwa committed
Mar 14, 2019 Configuration menu - View commit details
-
Copy full SHA for 00268ce - Browse repository at this point
Copy the full SHA 00268ceView commit details
Commits on Mar 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 72c0e42 - Browse repository at this point
Copy the full SHA 72c0e42View commit details -
Priya Wadhwa committed
Mar 15, 2019 Configuration menu - View commit details
-
Copy full SHA for ab60dba - Browse repository at this point
Copy the full SHA ab60dbaView commit details -
Merge branch 'kanikoartifact' of github.com:priyawadhwa/skaffold-1 in…
…to kanikoartifact
Priya Wadhwa committedMar 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 101dab4 - Browse repository at this point
Copy the full SHA 101dab4View commit details -
Merge branch 'master' of github.com:GoogleContainerTools/skaffold int…
…o kanikoartifact
Priya Wadhwa committedMar 15, 2019 Configuration menu - View commit details
-
Copy full SHA for e988510 - Browse repository at this point
Copy the full SHA e988510View commit details -
update skaffold.yaml for kaniko sub folder integration test to match …
…new schema
Priya Wadhwa committedMar 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 2aecc64 - Browse repository at this point
Copy the full SHA 2aecc64View commit details