confidential-containers / simple-kbs

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

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

Closed ryansavino closed 1 year ago

ryansavino commented 1 year 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 8 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?