Azure / confidential-computing-cvm-guest-attestation

Confidential VM Platform Guest attestation sample apps
MIT License
61 stars 39 forks source link

Unable to Build Docker Images After Ubuntu Base Image (18.04 -> 24.04) Version Bump Due to Deprecated C++ Libraries #60

Open MichielVanHerreweghe opened 2 months ago

MichielVanHerreweghe commented 2 months ago

I attempted to update the Ubuntu base image version in both Dockerfiles to the latest version. However, the build process fails due to deprecated libraries that are still being used by the C++ code.

Steps to Reproduce:

Expected Behavior: The Docker images should build successfully with the updated Ubuntu base image.

Actual Behavior: The build process fails with errors related to deprecated C++ libraries that are no longer available in the updated Ubuntu base image.

Additional Context: