aws / aws-nitro-enclaves-sdk-c

This repo provides a C API for AWS Nitro Enclaves, including a KMS SDK that integrates it with attestation.
Apache License 2.0
99 stars 74 forks source link

Update to AmazonLinux 2023 #124

Open douddle opened 1 year ago

douddle commented 1 year ago

Hi, We are working with NodeJS inside AWS Nitro enclaves in production. We are moving to NodeJS 18 as NodeJS 16 EoL is planned for 11th of September. But no way to install NodeJS 18 on AmazonLinux 2 as glibc is not up-to-date. I give a try on AmazonLinux 2023 so far so good. Any plan to move AmazonLinux 2023 ?

douddle commented 1 year ago

Nevermind, I did not see that I can override the base image with the build argument BASE_IMAGE. You can close it if it is not a priority for the moment.