Compare commits
4 Commits
82e656afce
...
183f2e1bd3
| Author | SHA1 | Date |
|---|---|---|
|
|
183f2e1bd3 | |
|
|
236ba5690e | |
|
|
fa67e45814 | |
|
|
75137dcdc3 |
|
|
@ -1,2 +0,0 @@
|
|||
Jerome Ju <jeromeju@google.com>
|
||||
Quan Zhang <zhangquan@google.com>
|
||||
|
|
@ -1,3 +1,11 @@
|
|||
# 🧊 This project is archived and no longer developed or maintained. 🧊
|
||||
|
||||
The code remains available for historic purposes.
|
||||
|
||||
The README as of the archival date remains unchanged below for historic purposes.
|
||||
|
||||
-----
|
||||
|
||||
# kaniko - Build Images In Kubernetes
|
||||
|
||||
## 🚨NOTE: kaniko is not an officially supported Google product🚨
|
||||
|
|
|
|||
|
|
@ -122,6 +122,8 @@ var RootCmd = &cobra.Command{
|
|||
dir := config.KanikoDir
|
||||
if opts.KanikoDir != constants.DefaultKanikoPath {
|
||||
dir = opts.KanikoDir
|
||||
//forcing the KANIKO_DIR to be the same as the flag in current process (all executeCommand())
|
||||
os.Setenv("KANIKO_DIR", opts.KanikoDir)
|
||||
}
|
||||
|
||||
if err := checkKanikoDir(dir); err != nil {
|
||||
|
|
|
|||
Loading…
Reference in New Issue