-
Notifications
You must be signed in to change notification settings - Fork 7
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
Install pipeline-migration-tool #85
Install pipeline-migration-tool #85
Conversation
Is it possible to install using |
8e6814b
to
e181144
Compare
Updated. |
Dockerfile
Outdated
@@ -114,4 +114,6 @@ USER root | |||
RUN pip3 install jsonschema PyYaml productmd requests && pip3 install --no-dependencies . && pip3 cache purge | |||
USER 1001 | |||
|
|||
RUN python3.12 -m pipx install --pip-args='--no-cache-dir' git+https://github.com/konflux-ci/pipeline-migration-tool.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I meant if you could add it to line 88:
RUN pipx install --python python3.12 poetry pdm pipenv hashin uv hatch pip-tools git+https://github.com/konflux-ci/pipeline-migration-tool.git && rm -fr ~/.cache/pipx && pip3.12 cache purge
and then remove the change in PATH
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated. Any idea about the EC failures?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it might be the current outage, let's wait a bit.
0b54246
to
3df114e
Compare
/retest |
1 similar comment
/retest |
We're investigating the EC failure as it seems this repo is not the only one affected. I'll get back to this when I know more. |
EC issue has been fixed, it would be better to rebase your PR (we updated all tasks in #84) in case there are some outdated tasks in this repo. |
STONEBLD-2824 This change is part of the EPIC STONEBLD-2712.
3df114e
to
f6006e7
Compare
STONEBLD-2824
This change is part of the EPIC STONEBLD-2712.