-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Keep older versions of debian packages in the repository #1021
Comments
I second that. The good news is that the repository is already holding the previous versions : https://deb.nodesource.com/node_12.x/pool/main/n/nodejs/ What is missing is only the way the Release file is built in the APT repo, it should mention all versions instead of only the latest one, and APT would automatically discover them. It should be a one line conf change in the repo builder. That change would be backwards compatible : it will not break the existing behaviour for current users, they will always get the latest minor release from their APT source. But for those who would want to pin down a specific version, it would be as simple as :
|
@igsu any idea who to assign this ? Thanks ! |
@zerodeux as stated in the FAQ: #33 (comment) this has been considered by us, we will evaluate options to achieve a solution. |
@igsu Given Issue #33 has been closed without a fix (by you, in fact) Jan this year, is there any progress on implementing a permanent fix? |
The latest node release contains an important regression, breaking a lot of application (nodejs/node#32105).
As the nodesource repository only contains the latest version of node, it is not possible to install an older version of node in the meantime.
This is especially needed for docker images built from the ubuntu / debian base image, in which we can't install anything but the lastest version of each node major release.
For example, the kubernetes debian repo contains a lot of different version of the same package, allowing downgrade if need be:
Keeping versions for a month would be very helpful in those situation.
The text was updated successfully, but these errors were encountered: