Describe the bug
I'm attempting to set up a unleash-edge within a docker image built on a newer OS(Debian 12.6), and when starting the container, it returns the error
/unleash-edge: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Example Dockerfile, with latest binary(19.3.0) in same directory:
FROM debian:12.6
COPY ./ /
ENTRYPOINT ["/unleash-edge"]
Steps to reproduce the bug
- Setup Dockerfile using later versions of OSes(Debian 12) and unleash-edge binary in same folder
- Run Dockerfile
Expected behavior
Should start up unleash-edge without errors
Logs, error output, etc.
/unleash-edge: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Screenshots
No response
Additional context
No response
Unleash version
19.3.0
Subscription type
Open source
Hosting type
Self-hosted
SDK information (language and version)
No response
Describe the bug
I'm attempting to set up a unleash-edge within a docker image built on a newer OS(Debian 12.6), and when starting the container, it returns the error
/unleash-edge: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directoryExample Dockerfile, with latest binary(19.3.0) in same directory:
Steps to reproduce the bug
Expected behavior
Should start up unleash-edge without errors
Logs, error output, etc.
/unleash-edge: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directoryScreenshots
No response
Additional context
No response
Unleash version
19.3.0
Subscription type
Open source
Hosting type
Self-hosted
SDK information (language and version)
No response