Skip to content
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

fix: check if is alpine #3049

Merged
merged 4 commits into from
May 23, 2024
Merged

fix: check if is alpine #3049

merged 4 commits into from
May 23, 2024

Conversation

vitormattos
Copy link
Member

This is necessary to download specific Java package to Alpine.

Reference:

This is necessary to download specific Java package to Alpine.

ref: #3026

Signed-off-by: Vitor Mattos <vitor@php.rio>
@vitormattos vitormattos added this to the Next Major (30) milestone May 23, 2024
@vitormattos vitormattos self-assigned this May 23, 2024
Signed-off-by: Vitor Mattos <vitor@php.rio>
…ersion> not <ID> therefore the field have to be $matches['version'] to make a correct check
@neocult-de
Copy link

The additional checks you implemented to determine alpine work, but when you check on the result you use the Identifier ID instead of "version" which would be the correct one (named group in the regex)

I made a pull request here: #3053 to address that issue. With your two commits and the bugfix in the pull request it works now well to install compatible java with LibreSign in Nextcloud AIO / Alpine based Nextcloud

Wrong identifier on new distribution check (Successfully tested on Nextcloud-AIO)
@vitormattos vitormattos merged commit 95c1233 into main May 23, 2024
49 of 51 checks passed
@vitormattos vitormattos deleted the fix/check-if-is-alpine branch May 23, 2024 18:27
@vitormattos
Copy link
Member Author

/backport to stable29

@vitormattos
Copy link
Member Author

/backport to stable28

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

Successfully merging this pull request may close these issues.

2 participants