Compare commits
4 Commits
c94ec4fbec
...
16a5b76b03
| Author | SHA1 | Date |
|---|---|---|
|
|
16a5b76b03 | |
|
|
236ba5690e | |
|
|
fa67e45814 | |
|
|
0ba5010e97 |
|
|
@ -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🚨
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ func ResolvePaths(paths []string, wl []util.IgnoreListEntry) (pathsToAdd []strin
|
|||
if e != nil {
|
||||
if !os.IsNotExist(e) {
|
||||
logrus.Errorf("Couldn't eval %s with link %s", f, link)
|
||||
return
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
logrus.Tracef("Symlink path %s, target does not exist", f)
|
||||
|
|
|
|||
Loading…
Reference in New Issue