github.com/sealerio/sealer@v0.11.1-0.20240507115618-f4f89c5853ae/test/suites/build/fixtures/build_with_appcmds/Kubefile (about) 1 FROM scratch 2 APP yamlapp local://yamlcontext 3 APP shellapp local://shellcontext 4 APP mixedapp local://install.sh local://mixedcontext 5 APPCMDS mixedapp ["kubectl apply -f app.yaml"] 6 LAUNCH ["mixedapp","shellapp"]