Go to file
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
deploy Add executable as entrypoint to image 2018-04-02 11:20:10 -07:00
executor adding VOLUME command (#62) 2018-04-06 12:02:57 -07:00
files Add auth for runing in Kubernetes clusteer 2018-03-12 16:01:45 -07:00
hack hack: check dep against correct upstream 2018-03-06 16:21:10 -08:00
integration_tests adding VOLUME command (#62) 2018-04-06 12:02:57 -07:00
kbuild Initial skeleton for executor (#22) 2018-02-20 19:05:54 -08:00
pkg adding VOLUME command (#62) 2018-04-06 12:02:57 -07:00
testutil Copy command and unit tests 2018-03-14 17:06:46 -07:00
vendor Merged master, fixed conflict 2018-04-04 14:06:38 -07:00
.gcloudignore Integration tests 2018-02-22 12:06:23 -08:00
.gitignore Initial skeleton for executor (#22) 2018-02-20 19:05:54 -08:00
.travis.yml Initial skeleton for executor (#22) 2018-02-20 19:05:54 -08:00
CONTRIBUTING.md Initial commit 2018-01-25 14:22:07 -08:00
Gopkg.lock Merged master, fixed conflict 2018-04-04 14:06:38 -07:00
Gopkg.toml Unpack filesystem and whitelist from /proc/self/mountinfo 2018-02-21 11:02:30 -08:00
LICENSE Initial commit 2018-01-25 14:22:07 -08:00
Makefile Add a script to run the executor in a Docker container locally. 2018-03-26 11:46:24 -07:00
README.md Initial commit 2018-01-25 14:22:07 -08:00
integration-test.sh Integration tests 2018-02-22 12:06:23 -08:00
run_in_docker.sh Add a script to run the executor in a Docker container locally. 2018-03-26 11:46:24 -07:00
test.sh Unpack filesystem and whitelist from /proc/self/mountinfo 2018-02-21 11:02:30 -08:00

README.md

kbuild is a tool to build container images from a Dockerfile in a Kubernetes cluster.