aws / aws-nitro-enclaves-with-k8s

Tools and guides for using AWS Nitro Enclaves with Amazon EKS.
Apache License 2.0
32 stars 11 forks source link

Unable to build hello example #20

Closed andrewhibbert closed 1 year ago

andrewhibbert commented 1 year ago

I get the following:

Successfully built 9b15e266ad67
Successfully tagged ne-example-builder:latest
docker: open .config.ne.k8s.ctl: no such file or directory.
See 'docker run --help'.
[enclavectl] Enclave apps build failed with error. (Code: 125)
[enclavectl] Cannot build enclave applications for hello!
alcioa commented 1 year ago

Seems docker run did not find the .config.ne.k8s.ctl config. Try running enclavectl configure --file settings.json prior to building as that will generate it.