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:
Jeremi Piotrowski 2023-04-03 10:46:28 +02:00 committed by Fabiano Fidêncio
parent 141f31f476
commit dfb080c508
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
{
"key_id": "HUlOu8NWz8si11OZUzUJMnjiq/iZyHBJZMSD3BaqgMc="
"default/key/ssh-demo": "HUlOu8NWz8si11OZUzUJMnjiq/iZyHBJZMSD3BaqgMc="
}

View File

@ -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