mirror of
https://github.com/confidential-containers/confidential-containers.git
synced 2025-07-30 22:47:05 +00:00
ssh-demo: Use KBS URI in demo
The offline_fs_kbc file needs to be updated to use a kbs-uri compatible name for the key, and the container image has been regenerated to reference the decryption key via kbs uri in it's annotation. The image has two tags: encrypted and decrypted. Fixes: #6604 Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
parent
141f31f476
commit
dfb080c508
@ -1,3 +1,3 @@
|
||||
{
|
||||
"key_id": "HUlOu8NWz8si11OZUzUJMnjiq/iZyHBJZMSD3BaqgMc="
|
||||
"default/key/ssh-demo": "HUlOu8NWz8si11OZUzUJMnjiq/iZyHBJZMSD3BaqgMc="
|
||||
}
|
||||
|
@ -24,5 +24,5 @@ spec:
|
||||
runtimeClassName: kata
|
||||
containers:
|
||||
- name: ccv0-ssh
|
||||
image: docker.io/katadocker/ccv0-ssh
|
||||
image: ghcr.io/confidential-containers/test-container:multi-arch-encrypted
|
||||
imagePullPolicy: Always
|
||||
|
Loading…
Reference in New Issue
Block a user