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

Creation of the toscaware docker image fails #77

Open
reinaortega opened this issue Feb 22, 2024 · 2 comments
Open

Creation of the toscaware docker image fails #77

reinaortega opened this issue Feb 22, 2024 · 2 comments
Assignees

Comments

@reinaortega
Copy link

The creation of the toscaware docker image fails.

I could fix it by:

  • using python:3.10.5-alpine instead of python:alpine
  • using PyYAML==5.3.1 instead of PyYAML==5.4.1
@philippemerle
Copy link
Collaborator

Thank you @reinaortega for pointing this issue out.
I committed to come back to PyYAML 5.3.1.
Any rational to move from python:alpine to python:3.10.5-alpine?

@reinaortega
Copy link
Author

python:alpine gets evolving, and it seems to be required to use python 3.10 to make it work properly. Later python versions provoke errors.

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

2 participants