-
Notifications
You must be signed in to change notification settings - Fork 144
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
Docker: Unable to locate package libthemis-dev #969
Comments
Hi, @albertbuchard! Thank you for the detailed description of the problem. We have built and added packages for the Could you please check if it solve the issue and confirm that? |
Hi @shadinua, I have the exact same issue bug report as @albertbuchard. Am I using the wrong base image? Thank you so much for your help. Describe the bug To Reproduce
Expected behavior Environment (please complete the following information):
Additional context |
python:3.10 image uses debian:bookworm as base image that is not supported yet. please, try to use |
that worked thank you @Lagovas. now I need to transition the dockerfile to one of AWS's base images. This image is Amazon Linux based on RedHat to my knowledge. Do you have an idea why this fails?
I am not clear why yum cannot find
|
I'm unfamiliar with AWS and centos too much, and I'm not sure what repo structure AWS expects. We support, test and maintain repositories for centos 7/8, and temporarily latest version deployed only for x86_64. You can try to download .rpm manually from https://pkgs-ce.cossacklabs.com/stable/centos/8/x86_64/ and try to install it locally from the file. It may works if AWS expects different repo structure in comparison with centos 7/8 but okay with .rpm packages packed for them. And it may work only for x86_64, not arm64. As I see, base image uses |
Thanks for the response--and thanks for working on this lib. Yes, the base image was the key. By pivoting into the base image that you mentioned I finally got it, thank God. So, here's what I did for future reference:
|
Describe the bug
When trying to dockerize themis using debian (buster or bullseye) - the dockerization stops at the installation of themis with error:
Unable to locate package libthemis-dev
To Reproduce
Steps to reproduce the behavior:
docker build .
Expected behavior
Should find libthemis-dev
Environment (please complete the following information):
Additional context
.
The text was updated successfully, but these errors were encountered: