We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Nodesource is punishing us with 60s more build time
=> [3/9] RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - 48.8s => => # SCRIPT DEPRECATION WARNING => => # ================================================================================ => => # ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ => => # ================================================================================ => => # TO AVOID THIS WAIT MIGRATE THE SCRIPT => => # Continuing in 60 seconds (press Ctrl-C to abort) ...
To Reproduce Steps to reproduce the behavior:
Expected behavior There should be no waiting time. We should use something else
Additional Context The bug is on
cortex/build-image/Dockerfile
Line 6 in 12a60a4
The text was updated successfully, but these errors were encountered:
Let's update build image script to use Node 18 instead.
Sorry, something went wrong.
Help wanted. This should be a low hanging fruit.
I can pick this up if you want to assign to me.
Let's resolve it since #5906 already merged
Kramer0x0
No branches or pull requests
Describe the bug
Nodesource is punishing us with 60s more build time
To Reproduce
Steps to reproduce the behavior:
Expected behavior
There should be no waiting time. We should use something else
Additional Context
The bug is on
cortex/build-image/Dockerfile
Line 6 in 12a60a4
The text was updated successfully, but these errors were encountered: