Commit Graph

1196 Commits

Author SHA1 Message Date
Priya Wadhwa 2b7dec7849
Add auth for runing in Kubernetes clusteer 2018-03-12 16:01:45 -07:00
Priya Wadhwa 6bf4301337
updated integration test 2018-03-12 15:33:12 -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 ee7d9781de
Updated vendor 2018-03-12 15:14:56 -07:00
Priya Wadhwa 76d5d3e2e2
Added structure tests to integration test to test ENV command 2018-03-09 14:09:43 -08:00
priyawadhwa ae0ede8cc4
Merge pull request #33 from priyawadhwa/run
Run command
2018-03-09 13:54:50 -08:00
Priya Wadhwa ab0fc3802e
Add ENV command 2018-03-09 13:47:18 -08:00
Priya Wadhwa 27b09f28be
Add config as point to ExecuteCommand, fix snapshots 2018-03-09 11:30:35 -08:00
Priya Wadhwa 55314cef9c
Update Gopkg.lock 2018-03-09 11:00:25 -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
priyawadhwa a573088a30
Merge pull request #28 from priyawadhwa/image-package
Image package to append layers and push final image
2018-03-07 16:36:50 -08:00
Priya Wadhwa 04b9e4bcdf
Use mutable source directly 2018-03-07 16:22:59 -08:00
Priya Wadhwa 98826ef951
Changed /work-dir to /kbuild 2018-03-07 15:38:22 -08:00
Priya Wadhwa cd9467dcf4
Updated vendor for new version of container-diff 2018-03-07 15:35:44 -08:00
Priya Wadhwa cefb4448b1
Integration tests for run cmd 2018-03-07 15:34:56 -08:00
Priya Wadhwa 6668fa0d6f
Update add to tar to correctly handle hard links 2018-03-07 15:34:14 -08:00
Matt Rickard 80c18dd689
Merge pull request #32 from r2d4/hack-dep
hack: check dep against correct upstream
2018-03-06 16:26:39 -08:00
Matt Rickard a5b826d8f0 hack: check dep against correct upstream 2018-03-06 16:21:10 -08:00
Priya Wadhwa 3195b84c25
Fixed integration tests, changed directory to /work-dir 2018-03-06 15:25:04 -08:00
priyawadhwa fe7c61bae4
Merge pull request #27 from priyawadhwa/snapshot
Added snapshot package and tests
2018-03-06 10:23:15 -08:00
Priya Wadhwa 95867b5634
Updated integration tests 2018-03-05 10:20:16 -08:00
Priya Wadhwa 7337c4fee2
Merge conflict 2018-03-05 10:12:44 -08:00
Priya Wadhwa 0ec124c9fb
Updated size of executor in integration test 2018-03-05 10:02:30 -08:00
Priya Wadhwa 7456e9de9a
Merge branch 'master' of github.com:GoogleCloudPlatform/k8s-container-builder into snapshot 2018-03-05 09:47:16 -08:00
priyawadhwa de02ac1372
Merge pull request #26 from priyawadhwa/integration-tests
Integration tests
2018-03-02 13:43:34 -08:00
Priya Wadhwa 448e9dc3ce
Removed panic and added logging 2018-03-02 13:39:51 -08:00
Priya Wadhwa e7b8912ec6
Updated AppendLayer to include author 2018-03-01 13:10:44 -08:00
Priya Wadhwa 31d02ad5db
Updated vendor to get container-diff master 2018-03-01 13:10:24 -08:00
Priya Wadhwa 142ec6aa98
Fixed image 2018-02-28 14:53:33 -08:00
Priya Wadhwa 4ebdfb63f2
Refactored to use config json isntead of go file 2018-02-28 14:45:50 -08:00
Priya Wadhwa 66bb59ff12
Added to vendor 2018-02-28 12:22:10 -08:00
Priya Wadhwa 3ce3dca56d
Image package to append layers and push final image 2018-02-28 12:05:42 -08:00
Priya Wadhwa 43bad54292
Added snapshot package and tests 2018-02-28 11:05:57 -08:00
Priya Wadhwa 2dc8eb27d6
Changed directory to /workspace 2018-02-28 10:05:00 -08:00
Priya Wadhwa 30860b2c17
Fixed merge confliclt 2018-02-28 09:48:49 -08:00
priyawadhwa 72a5f1c916
Merge pull request #25 from priyawadhwa/extract-filesystem
Extract base image filesystem and whitelist from /proc/self/mountinfo
2018-02-28 09:47:08 -08:00
Priya Wadhwa f68fa5fa97
Changed /work-dir and /dockerfile to /workspace 2018-02-28 09:44:22 -08:00
Priya Wadhwa 44d1313dbc
Integration tests 2018-02-22 12:06:23 -08:00
Priya Wadhwa 69ec0dc1c7
integration tests 2018-02-21 11:44:03 -08:00
Priya Wadhwa 9544c0bf53
Added logging statements 2018-02-21 11:30:02 -08:00
Priya Wadhwa 093dfd04df
Unpack filesystem and whitelist from /proc/self/mountinfo 2018-02-21 11:02:30 -08:00
priyawadhwa 1589ccdf49
Merge pull request #24 from priyawadhwa/cli-flags
Added CLI flags and set logs
2018-02-21 09:42:22 -08:00
Priya Wadhwa c284f25441 Added CLI flags and set logs 2018-02-20 20:50:03 -08:00
priyawadhwa d3e526761f Initial skeleton for executor (#22)
* Moving over kbuild executable code and adding unit tests

* Moved most file over into this repo

* delete non go files from vendor

WIP

WIP

* Removed unnecessary vendor files

* Added makefile, travis yaml, boilerplate stuff

Added .gitignore

Update vendor

Fixed linting errors

Reorganized pkg

Fixed travis

* Moved image source into separate package

* Removed vendor and logic

* Initial skeleton
2018-02-20 19:05:54 -08:00
Priya Wadhwa c9004d2fd4
Initial commit 2018-01-25 14:22:07 -08:00