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

Latest hydra image v1.83-pycodestyle-2.10.0 is missing ssh2-python3 library #9548

Closed
mikliapko opened this issue Dec 13, 2024 · 2 comments
Closed
Assignees

Comments

@mikliapko
Copy link
Contributor

ssh2-python3 library was introduced last week and was part of image 1.82-ssh2-python3-1.11.1

In the next version of hydra image (v1.83-pycodestyle-2.10.0) this library is missing:

ubuntu@ip-10-12-3-143:~/sct-results$ docker run -it scylladb/hydra:v1.83-pycodestyle-2.10.0 bash
root@2c69b927aaeb:/# pip show ssh2-python3
WARNING: Package(s) not found: ssh2-python3

The library is presented in requirements.in file:

ssh2-python3==1.11.1

@fruch
Copy link
Contributor

fruch commented Dec 13, 2024

Seems like the docker build introduced in #9420 wasn't rebased before building

@dimakr
Copy link
Contributor

dimakr commented Dec 13, 2024

Re-built from master and pushed the image. Now it has the required version of ssh2-python3 installed:

docker run --rm --name hydra-test scylladb/hydra:v1.83-pycodestyle-2.10.0 bash -c "pip list | grep ssh2"                             

Unable to find image 'scylladb/hydra:v1.83-pycodestyle-2.10.0' locally
v1.83-pycodestyle-2.10.0: Pulling from scylladb/hydra
14726c8f7834: Pull complete 
7d676dc8a994: Pull complete 
03bdd165d0d2: Pull complete 
428bad6fa242: Pull complete 
63cd35141f3a: Pull complete 
4e009f26260c: Pull complete 
df1671404e21: Pull complete 
b56fb9b9b894: Pull complete 
9f5e78de2e2e: Pull complete 
4b82f5a588e0: Pull complete 
b6a5cdc11fcc: Pull complete 
9cafdf5e4bea: Pull complete 
27ac63fc215a: Pull complete 
Digest: sha256:6d8a84d2279cb8aed6326f115923984ba1fd8e031fbba020597998b2b578537d
Status: Downloaded newer image for scylladb/hydra:v1.83-pycodestyle-2.10.0

[notice] A new release of pip is available: 23.0.1 -> 24.3.1
[notice] To update, run: pip install --upgrade pip
ssh2-python3             1.11.1

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

3 participants