-
Notifications
You must be signed in to change notification settings - Fork 50
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
feat: upgrade to quince #47
Conversation
This is due to renaming quickstart to launch in tutor.
This is to address overhangio/tutor-mfe#122 As a consequence of this change, images will be tagged with a "-nightly" suffix. Next, we'll probably have to build them periodically in CI.
The package version number may not include the "-nightly" suffix. Otherwise, installation fails with: setuptools.extern.packaging.version.InvalidVersion: Invalid version: '15.0.7-nightly'
@@ -48,7 +48,7 @@ RUN {% if is_buildkit_enabled() %}--mount=type=cache,target=/openedx/.cache/pip, | |||
# https://pypi.org/project/setuptools/ | |||
# https://pypi.org/project/pip/ | |||
# https://pypi.org/project/wheel/ | |||
setuptools==67.7.2 pip==23.1.2. wheel==0.40.0 | |||
setuptools==68.2.2 pip==23.2.1 wheel==0.41.2 | |||
|
|||
# Install a recent version of nodejs | |||
# https://pypi.org/project/nodeenv |
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.
Please take this opportunity to upgrade to nodeenv 1.8.0.
I'm getting the following error during build:
|
tutorecommerce/plugin.py
Outdated
@@ -60,7 +60,7 @@ | |||
"MFE_APP": { | |||
"name": "orders", | |||
"repository": "https://github.com/edx/frontend-app-ecommerce", | |||
"port": 1996, |
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 address this issue in this PR: https://github.com/overhangio/tutor-ecommerce/pull/57/files
We should merge it (I'll do it now), then rebase the quince branch on top of nightly.
2f829e3
to
8c043b3
Compare
Repo urls must end with ".git". Otherwise `ADD --keep-git-dir` fails to clone the repo.
97e23a5
to
0b9c0d3
Compare
Changes related to quince upgrade.