intel / confidential-cloud-native-primitives

The project has been moved to CC-API organization. For more information:
https://github.com/cc-api/confidential-cloud-native-primitives
Apache License 2.0
24 stars 13 forks source link

Update container dir name to align with deployment image names #224

Closed ruomengh closed 9 months ago

ruomengh commented 9 months ago
  1. Update container dir name
  2. Update deployment guide
Ruoyu-y commented 9 months ago

One more thing need to be changed once refined the container dir name. There's a README.md file under each service folder at service/xxxx. Within that readme file, there's lines of code to guide user for image building. That part need to be changed too. e.g. https://github.com/intel/confidential-cloud-native-primitives/blob/def730bb3766b7d11df539862e9d9930eac39632/service/eventlog-server/README.md?plain=1#L65

ruomengh commented 9 months ago

One more thing need to be changed once refined the container dir name. There's a README.md file under each service folder at service/xxxx. Within that readme file, there's lines of code to guide user for image building. That part need to be changed too. e.g.

https://github.com/intel/confidential-cloud-native-primitives/blob/def730bb3766b7d11df539862e9d9930eac39632/service/eventlog-server/README.md?plain=1#L65

Thanks for the comments. Updated.