EDITD / kubetools

:nut_and_bolt: Kubetools is a tool and processes for developing and deploying microservices to Kubernetes.
MIT License
13 stars 2 forks source link

pin docker-compose <1.29 as it requires docker v5 #121

Closed ryan109 closed 1 year ago

ryan109 commented 2 years ago

Purpose of PR

At the moment if you install kubetools it will install 1.29.*, which breaks due to:

pkg_resources.ContextualVersionConflict: (docker 4.4.4 (/Users/ryanmccorry/.pyenv/versions/3.7.6/lib/python3.7/site-packages), Requirement.parse('docker[ssh]>=5'), {'docker-compose'})

Parts of the app this will impact

Todos

Additional information

Related links

gchazot commented 1 year ago

Is this still necessary? AFAIK kubetools is not causing any issues at the moment without it...

ryan109 commented 1 year ago

Honestly can't remember, I can close it for now and reopen if we see issues.