Commit Graph

50 Commits

Author SHA1 Message Date
dlorenc 844d9ef0d9
Add whiteout handling by switching to a two-phase approach. (#139)
* Add whiteout handling by switching to a two-phase approach.

Also only handle hardlinks within one layer

* Simplify the run test.
2018-04-23 12:50:21 -07:00
Priya Wadhwa 5f03283a91
Merge branch 'master' of github.com:GoogleCloudPlatform/kaniko into maintainer 2018-04-17 12:33:16 -07:00
Priya Wadhwa 8d2e646214
Fixed merge conflict 2018-04-12 15:03:09 -07:00
priyawadhwa 26c3d6bb23
Merge pull request #56 from priyawadhwa/mtime
Add --snapshot-mode flag to allow only considering mtime when snapshotting
2018-04-12 15:01:59 -07:00
Priya Wadhwa d38319c416
Add support for scratch images, and integration test 2018-04-12 14:57:33 -07:00
Priya Wadhwa c1dd59f9b4
fixed merge conflict 2018-04-12 13:52:39 -07:00
Priya Wadhwa 3f561782a8
Fixed merge conflict, added validation 2018-04-12 10:30:25 -07:00
Priya Wadhwa cf90bd73d4
Fixed merge conflict 2018-04-11 15:05:12 -07:00
Priya Wadhwa e3b7b451f5
added test for pulling from docker registry 2018-04-11 14:19:09 -07:00
Priya Wadhwa ab76d0f541
changed kbuild to kaniko 2018-04-06 12:11:17 -07:00
Priya Wadhwa c10c293f6b
Fixed merge conflict 2018-04-06 12:09:31 -07:00
Sharif Elgamal ce2b515d49
adding VOLUME command (#62)
* adding VOLUME command

* proper test project

* general fixes

* fixing project name

* fixing volume unit test

* fixing integration test

* adding tests

* adding util test

* fixing test

* actually create the volume mounted directory

* fix test
2018-04-06 12:02:57 -07:00
Priya Wadhwa 5dc47258a0
Fix merge conflict, change flag to snapshot-mode 2018-04-05 16:07:49 -07:00
Priya Wadhwa 59a5950e9e
onbuild integration test 2018-04-05 09:43:52 -07:00
Priya Wadhwa bd49b459e5
Merged master, fixed merge conflict 2018-04-04 14:38:39 -07:00
Priya Wadhwa 32b067af0c
Merged master, fixed conflict 2018-04-04 14:06:38 -07:00
Priya Wadhwa 4e2bf40736
Merged master 2018-04-04 13:35:20 -07:00
Priya Wadhwa bf662d986b
Merge branch 'master', add examples 2018-04-04 10:42:14 -07:00
Priya Wadhwa 74c4a6629d
Unpack context.tar.gz from bucket 2018-04-03 14:58:50 -07:00
Priya Wadhwa 911a9a9e39
fixed merge conflict 2018-04-03 13:54:53 -07:00
Priya Wadhwa fad0d25aec
Add README and update name to kaniko 2018-04-02 14:00:15 -07:00
Priya Wadhwa aa634e4c5c
Fixed merge conflict from master 2018-04-02 13:05:22 -07:00
Priya Wadhwa 85183aadee
Add executable as entrypoint to image 2018-04-02 11:20:10 -07:00
sharifelgamal 7ebc313974 Merge branch 'master' of github.com:GoogleCloudPlatform/k8s-container-builder into user-cmd 2018-03-30 13:43:56 -07:00
Priya Wadhwa 687e00e3aa Fixed merge conflict 2018-03-29 20:50:52 -07:00
sharifelgamal bc78e2b838 adding USER command 2018-03-29 11:53:31 -07:00
Priya Wadhwa 56519c913d
Add cmd integration test 2018-03-28 13:37:31 -07:00
Priya Wadhwa 1b3b8accab
Fixed merge conflict 2018-03-28 12:47:19 -07:00
Priya Wadhwa 591fef5d85
Make mtime flag enum 2018-03-28 10:37:31 -07:00
Priya Wadhwa e6eb5d1abf
Add hash function which only considers mtime when snapshotting 2018-03-27 17:43:35 -07:00
Priya Wadhwa f5fcd73458
Add --bucket flag to access context from GCS bucket 2018-03-26 16:53:02 -07:00
Priya Wadhwa 41aed3948b
Merged master, fixed merge confict 2018-03-26 14:57:57 -07:00
Priya Wadhwa 85bbb6edff
Unpack tar from GCS bucket 2018-03-26 13:59:56 -07:00
Priya Wadhwa a5a84ed552
workdir integration test 2018-03-26 13:04:40 -07:00
Priya Wadhwa 0787a93372
Workdir command and unit tests 2018-03-26 11:37:50 -07:00
dlorenc d9c31044b9
Reorganize Dockerfile, add a make target for images. (#48) 2018-03-26 09:53:41 -07:00
Priya Wadhwa bf47ea928b
Integration tests for entrypoint 2018-03-20 13:05:20 -07:00
Priya Wadhwa 773d2b06fd
CMD integration test 2018-03-20 10:51:39 -07:00
Priya Wadhwa 5ba9510ee8
Fixed merge conflict 2018-03-19 11:08:07 -07:00
Priya Wadhwa 140d49d506
Integration test copy command 2018-03-14 17:08:26 -07:00
Priya Wadhwa 2d65be548a
Added env unit test, updated env integration test, fixed env 2018-03-12 15:18:15 -07:00
Priya Wadhwa 76d5d3e2e2
Added structure tests to integration test to test ENV command 2018-03-09 14:09:43 -08:00
Priya Wadhwa 75e7e47b76
Added integration test, minor changes to files 2018-03-08 11:49:56 -08:00
Priya Wadhwa 04cca43ce4
Merged master and fixed merge conflicts 2018-03-08 10:18:04 -08:00
Priya Wadhwa 98826ef951
Changed /work-dir to /kbuild 2018-03-07 15:38:22 -08:00
Priya Wadhwa cefb4448b1
Integration tests for run cmd 2018-03-07 15:34:56 -08:00
Priya Wadhwa 3195b84c25
Fixed integration tests, changed directory to /work-dir 2018-03-06 15:25:04 -08:00
Priya Wadhwa 4ebdfb63f2
Refactored to use config json isntead of go file 2018-02-28 14:45:50 -08:00
Priya Wadhwa 2dc8eb27d6
Changed directory to /workspace 2018-02-28 10:05:00 -08:00
Priya Wadhwa 44d1313dbc
Integration tests 2018-02-22 12:06:23 -08:00