Commit Graph

13 Commits

Author SHA1 Message Date
Sam Stoelinga 509afaf112 Fixes #988 run_in_docker.sh only works with gcr.io 2020-01-22 17:03:43 -08:00
Adrian Mouat 9b629ac8c7 Move hash bang to first line.
For hash bang statements to take effect, they must be the first line
in a script.

Fixes #953.
2020-01-07 12:05:20 +00:00
Mike Vanbuskirk 8f7eb00433 828: revert context to workspace, clean up doc 2019-10-22 17:39:37 -04:00
Mike Vanbuskirk d9c0c359eb 828: add "" to context var in vol mount switch 2019-10-21 23:16:33 -04:00
Mike Vanbuskirk 53bf6c7339 828: add "" to context var in vol mount switch 2019-10-21 23:15:11 -04:00
Mike Vanbuskirk d970fa8af3 828: clean up docker doc, fix context var in run cmd 2019-10-21 22:45:54 -04:00
Xueshan Feng 06638fa4c1
Bailout when there is not enough input arguments
Currently the code carries on even missing required arguments.
2019-08-08 11:49:56 -07:00
dlorenc 7c3947b08d
Make the run_in_docker script support caching. (#564) 2019-02-19 09:48:29 -06:00
Priya Wadhwa bf9f13b045 Update README
Updated README to clarify:

1. What a build context is and how kaniko interacts with it
2. How to set up a Kubernetes secret for auth to push the final image

Also made some general fixes to make the docs and the run_in_docker
script more clearer.
2018-10-29 11:45:06 -07:00
j0shua f1dfc2c685 adding exit 1 when there are not enough command line vars passed to `run in docker` script 2018-10-26 16:47:50 -04: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
dlorenc 27c3c319b0 Add a script to run the executor in a Docker container locally.
Also force GOOS=linux for the executor. It doesn't make sense to cross compile that.
2018-03-26 11:46:24 -07:00