You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should have fully functionnal version of dogwood/3/bare and eucalyptus/3/bare images.
Actual Behavior
Recent builds of dogwood/3/bare and eucalyptus/3/bare flavors are not working anymore.
The installed version of the django-classy-tags dependency is 2.0.0, and this version has dropped support for python 2.x.
In the current state of the project, there is no way to specify custom dependencies for bare flavors to fix this kind of issues.
Proposal
Add custom requirements.txt to bare flavors and use it in the Dockerfile
Pin django-classy-tags to 0.8.0 in dogwood/3/bare and eucalyptus/3/bare
The text was updated successfully, but these errors were encountered:
Expected Behavior
We should have fully functionnal version of
dogwood/3/bare
andeucalyptus/3/bare
images.Actual Behavior
Recent builds of
dogwood/3/bare
andeucalyptus/3/bare
flavors are not working anymore.The installed version of the
django-classy-tags
dependency is2.0.0
, and this version has dropped support for python 2.x.In the current state of the project, there is no way to specify custom dependencies for
bare
flavors to fix this kind of issues.Proposal
requirements.txt
tobare
flavors and use it in the Dockerfiledjango-classy-tags
to0.8.0
indogwood/3/bare
andeucalyptus/3/bare
The text was updated successfully, but these errors were encountered: