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

[Bug] docker-compose up fails due to github policy changes #54

Open
marfrit opened this issue Mar 23, 2022 · 1 comment
Open

[Bug] docker-compose up fails due to github policy changes #54

marfrit opened this issue Mar 23, 2022 · 1 comment
Assignees
Labels

Comments

@marfrit
Copy link

marfrit commented Mar 23, 2022

Describe the Bug

When running docker-compose up, the step fails:

 ---> Running in 518b6a377240
Collecting git+git://github.com/qmk/qmk_compiler.git@master
  Cloning git://github.com/qmk/qmk_compiler.git (to revision master) to /tmp/pip-req-build-9zduddus
  Running command git clone --filter=blob:none --quiet git://github.com/qmk/qmk_compiler.git /tmp/pip-req-build-9zduddus
  fatal: remote error:
    The unauthenticated git protocol on port 9418 is no longer supported.
  Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
  error: subprocess-exited-with-error
  
  × git clone --filter=blob:none --quiet git://github.com/qmk/qmk_compiler.git /tmp/pip-req-build-9zduddus did not run successfully.
  │ exit code: 128
  ╰─> See above for output.
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× git clone --filter=blob:none --quiet git://github.com/qmk/qmk_compiler.git /tmp/pip-req-build-9zduddus did not run successfully.
│ exit code: 128
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Service 'qmk_api' failed to build: The command '/bin/sh -c pip3 install -r requirements.txt git+git://github.com/qmk/qmk_compiler.git@master git+git://github.com/skullydazed/kle2xy.git@master' returned a non-zero code: 1


### Additional Context?

_No response_
@marfrit marfrit added the bug label Mar 23, 2022
@fauxpark fauxpark transferred this issue from qmk/qmk_web_stack Mar 23, 2022
@fauxpark
Copy link
Member

https://github.com/qmk/qmk_api/blob/master/Dockerfile#L7
https://github.com/qmk/qmk_api_tasks/blob/master/Dockerfile#L7
https://github.com/qmk/qmk_bot/blob/2d3281e44dcc34a2efa8265d4217eceac8a218b1/Dockerfile#L7

qmk_bot submodule apparently needs to be updated, the above line is no longer present on master and shouldn't be an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants