Skip to content
New issue

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

Change Dockerfile image to support OpenSSL 1.1 shared library #4

Open
KevinRohn opened this issue Mar 9, 2023 · 0 comments
Open

Change Dockerfile image to support OpenSSL 1.1 shared library #4

KevinRohn opened this issue Mar 9, 2023 · 0 comments

Comments

@KevinRohn
Copy link
Owner

https://docs.mender.io/downloads#mender-artifact

The mender-artifact pre-built binaries depend on OpenSSL 1.1 shared library. If you are running a system that has already migrated to OpenSSL 3, like Alpine Linux 3.17 or Ubuntu 22.04, you cannot run the binary directly. Follow one of these workarounds:

For Alpine Linux, install the openssl1.1-compat package
For Ubuntu 22.04 or newer, the recommended process is to install mender-artifact through the Mender APT repositories.
For the other cases where the distribution does not provide a compatibility package, build mender-artifact from the source.

KevinRohn added a commit that referenced this issue Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant