...

Source file src/edge-infra.dev/pkg/lib/build/apko/apko.go

Documentation: edge-infra.dev/pkg/lib/build/apko

     1  package apko
     2  
     3  const (
     4  	APKOFileName     = "apko.yaml"
     5  	APKOLockFileName = "apko.lock.json"
     6  )
     7  

View as plain text