Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Bugfix: correctly parse current debian 9 two digit minor release #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Bugfix: correctly parse current debian 9 two digit minor release #37

wants to merge 1 commit into from

Conversation

fabianbru
Copy link

Issue fixed:
The latest debian 9 release (9.11) incorrectly downloaded the mongodb image for debian 8 ("debian81" in URL). This resolved in an error due to missing libssl package.

Cause of the failure:
The method resolving the debian release version to one of the available packages ("debian71", "debian81" or "debian92") was using parseFloat, which is insufficient for two digit minor releases.

Debian "9.11" not satisfying release >= 9.2

Note:
The logic for the first minor releases using the older major package is still present. I don't know if this is needed anymore.

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

Successfully merging this pull request may close these issues.

1 participant