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
Traceback (most recent call last):
File "/nix/store/zs39wd2200l8wn0nih3jg1z2nz1lsd2z-docker-compose-1.29.2/bin/.docker-compose-wrapped", line 9, in <module>
sys.exit(main())
^^^^^^
File "/nix/store/zs39wd2200l8wn0nih3jg1z2nz1lsd2z-docker-compose-1.29.2/lib/python3.11/site-packages/compose/cli/main.py", line 81, in main
command_func()
File "/nix/store/zs39wd2200l8wn0nih3jg1z2nz1lsd2z-docker-compose-1.29.2/lib/python3.11/site-packages/compose/cli/main.py", line 200, in perform_command
project = project_from_options('.', options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/nix/store/zs39wd2200l8wn0nih3jg1z2nz1lsd2z-docker-compose-1.29.2/lib/python3.11/site-packages/compose/cli/command.py", line 60, in project_from_options
return get_project(
^^^^^^^^^^^^
File "/nix/store/zs39wd2200l8wn0nih3jg1z2nz1lsd2z-docker-compose-1.29.2/lib/python3.11/site-packages/compose/cli/command.py", line 152, in get_project
client = get_client(
^^^^^^^^^^^
File "/nix/store/zs39wd2200l8wn0nih3jg1z2nz1lsd2z-docker-compose-1.29.2/lib/python3.11/site-packages/compose/cli/docker_client.py", line 41, in get_client
client = docker_client(
^^^^^^^^^^^^^^
File "/nix/store/zs39wd2200l8wn0nih3jg1z2nz1lsd2z-docker-compose-1.29.2/lib/python3.11/site-packages/compose/cli/docker_client.py", line 124, in docker_client
kwargs = kwargs_from_env(environment=environment, ssl_version=tls_version)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: kwargs_from_env() got an unexpected keyword argument 'ssl_version'
Describe the bug
arion up
and other operations fail withSee upstream bug report hercules-ci/arion#230
Steps To Reproduce
Steps to reproduce the behavior:
arion up
on a basicarion-compose.nix
, e.g.Expected behavior
Arion is operations complete succesfully
Notify maintainers
@roberth - you seem to think this is a docker compose issue, should those maintainers be pinged?
Metadata
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: