mirror of
https://github.com/ko-build/ko.git
synced 2025-11-06 09:19:12 +02:00
Build working Windows container images (#374)
* Build working Windows container images Add e2e tests that run on Windows and cover kodata behavior * now successfully skipping symlinks on windows :-/ * fix e2e test on windows, that relied on a symlink in kodata after all * document windows symlink issue * review feedback * re-add kodata symlink tests for linux
This commit is contained in:
@@ -458,7 +458,7 @@ func validateImage(t *testing.T, img v1.Image, baseLayers int64, creationTime v1
|
||||
pathValue := strings.TrimPrefix(envVar, "PATH=")
|
||||
pathEntries := strings.Split(pathValue, ":")
|
||||
for _, pathEntry := range pathEntries {
|
||||
if pathEntry == appDir {
|
||||
if pathEntry == "/ko-app/test" {
|
||||
found = true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user