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

Add haproxy binary matcher #1589

Closed
wants to merge 1 commit into from
Closed

Add haproxy binary matcher #1589

wants to merge 1 commit into from

Conversation

noqcks
Copy link
Contributor

@noqcks noqcks commented Feb 18, 2023

Matching here was a little more difficult as some versions of HAProxy have semvers after text like this HA-Proxy version 1.5.14 while some have it before like this 2.7.3-1065b10HAProxy version

I couldn't find a way match HAProxy either before OR after the version match group in one regex, so I split into two.

Images used in test-fixtures

haproxy:1.8.22-alpine
haproxy:1.5.14
haproxy:2.7.3

Closes #1512

Signed-off-by: Benji Visser <benji@093b.org>
@noqcks noqcks closed this Feb 18, 2023
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.

Catalog haproxy binary
1 participant