1
0
mirror of https://github.com/ko-build/ko.git synced 2025-11-06 09:19:12 +02:00

Add permissions to the kodata directory. (#68)

I suspect that this may be a source of problems reading kodata with nonroot,
but it is probably worth doing either way.
This commit is contained in:
Matt Moore
2019-08-12 07:12:47 -07:00
committed by GitHub
parent c959e60df3
commit 2d12e28795
2 changed files with 5 additions and 1 deletions

View File

@@ -255,7 +255,7 @@ func TestGoBuild(t *testing.T) {
t.Run("check app layer contents", func(t *testing.T) {
expectedHash := v1.Hash{
Algorithm: "sha256",
Hex: "63b6e090921b79b61e7f5fba44d2ea0f81215d9abac3d005dda7cb9a1f8a025d",
Hex: "4379f30a6c6f66221c3c54dddd378fcfa5a7304a6655ff783b102069c0f943ab",
}
appLayer := ls[baseLayers]