confidential-containers / trustee

Attestation and Secret Delivery Components
Apache License 2.0
56 stars 81 forks source link

Staged images and release images have different names #377

Open fitzthum opened 4 months ago

fitzthum commented 4 months ago

Our staged images and our release images use different naming conventions. The following mapping describes them

staged-images/kbs:latest -> key-broker-service:built-in-as-v0.8.2
staged-images/kbs-grpc-as:latest -> key-broker-service:v0.8.2
staged-images/rvps:latest -> reference-value-provider-service:v0.8.2
staged-images/coco-as-grpc:latest -> attestation-service:v0.8.2
staged-images/coco-as-restful:latest -> attestation-service:rest-v0.8.2

I think this is just a weird quirk of how things were implemented. We should probably try to use the same (or more similar) names for both.

Xynnn007 commented 4 months ago

Well. I think we can just rename the left images aligning with the right. As the left are all staged images, we do not need to rename and re-push them.