We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm maintaining a self-upgrading docker image for fission cli 😎, and the CI pipeline for Ubuntu 20.04 -> 22.04 showed me this:
$ fission --help fission: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
I checked the installation guide but after some research found libssl 1.1 was deprecated and is removed in favor of libssl3
The docker image will just stay with ubuntu 20.04 for now, but users with Ubuntu 22 won't easily be able to use your cli.
Describe the sort of fix that would solve the issue
To Reproduce
https://github.com/fission-suite/fission/releases/download/2.18.0/fission-cli-ubuntu-20.04-x86_64
docker run --rm -it registry.gitlab.com/txlab/docker/fission-cli:b43d947b18aefe3eb276b273b5836d3d00cd3cff
The text was updated successfully, but these errors were encountered:
yes, right now i am using fission-cli with a separate install of openssl 1.1 adding the path in LD_LIBRARY_PATH. I am using Ubuntu 22.04
LD_LIBRARY_PATH
Sorry, something went wrong.
walkah
No branches or pull requests
Summary
I'm maintaining a self-upgrading docker image for fission cli 😎, and the CI pipeline for Ubuntu 20.04 -> 22.04 showed me this:
I checked the installation guide but after some research found libssl 1.1 was deprecated and is removed in favor of libssl3
Impact
The docker image will just stay with ubuntu 20.04 for now, but users with Ubuntu 22 won't easily be able to use your cli.
Solution
Describe the sort of fix that would solve the issue
Detail
To Reproduce
https://github.com/fission-suite/fission/releases/download/2.18.0/fission-cli-ubuntu-20.04-x86_64
on Ubuntudocker run --rm -it registry.gitlab.com/txlab/docker/fission-cli:b43d947b18aefe3eb276b273b5836d3d00cd3cff
The text was updated successfully, but these errors were encountered: