confidential-containers / simple-kbs

Key Broker Server for SEV(-ES)
Apache License 2.0
10 stars 12 forks source link

docker: update rust image used to specific bullseye version #62

Closed ryansavino closed 10 months ago

ryansavino commented 10 months ago

'rust:1' was recently updated and doesn't support openssl v3. The simple-kbs runs without crashing using the 'rust:1.72.0-bullseye' tag.

Fixes: #61

pegahnikbakht commented 3 months ago

Hi,

I'm still getting the same error "error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory" with 'rust:1.72.0-bullseye', any idea?