Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(oci/config): ensure unique OCI image config
This commit ensures that applications pushed to OCI have unique image config fields for unique Spin application content and metadata by adding a label in the OCI image config to the content digest (SHA256) of the Spin locked application file. This is to address the issue of the Containerd Spin shim serving outdated content, because all images of Spin apps on a node would have the same image ID (the content digest of the OCI config object, which was identical for all Spin apps). ref spinkube/spin-operator#40 Signed-off-by: Radu Matei <[email protected]> Co-authored-by: Rajat Jindal <[email protected]> Co-authored-by: Danielle Lancashire <[email protected]> Co-authored-by: Michelle Dhanani <[email protected]> (cherry picked from commit 14cdc42)
- Loading branch information