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:
$ 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
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
- Install
https://github.com/fission-suite/fission/releases/download/2.18.0/fission-cli-ubuntu-20.04-x86_64 on Ubuntu
- Or run:
docker run --rm -it registry.gitlab.com/txlab/docker/fission-cli:b43d947b18aefe3eb276b273b5836d3d00cd3cff
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_64on Ubuntudocker run --rm -it registry.gitlab.com/txlab/docker/fission-cli:b43d947b18aefe3eb276b273b5836d3d00cd3cff