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

Problem: passlib not installed in "latest" docker version #2657

Open
mtraunau opened this issue Dec 22, 2024 · 0 comments
Open

Problem: passlib not installed in "latest" docker version #2657

mtraunau opened this issue Dec 22, 2024 · 0 comments

Comments

@mtraunau
Copy link

Issue

When using function "password_hash", the following error occurs (on latest docker image, version "2.11.0-rc1"):

fatal: [xxxxx]: FAILED! => 
  msg: Unable to encrypt nor hash, passlib must be installed. No module named 'passlib'. Unable to encrypt nor hash, passlib must be installed. No module named 'passlib'

Note: this can be fixed by manually changing into docker container and installing passlib like:

$ docker exec -it <container id> bash
$ pip install passlib

One additional question is, if a "rc" version should be tagged as "latest" because I would interpret the "latest" tag as latest stable version. Downgrading was not possible (likely because of the database being upgraded to 2.11).

Impact

Ansible (task execution)

Installation method

Docker

Database

MySQL

Browser

No response

Semaphore Version

v2.11.0-rc1

Ansible Version

No response

Logs & errors

No response

Manual installation - system information

No response

Configuration

No response

Additional information

No response

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