fix(lua-cffi): wrong version of libffi dependency#317
Draft
fix(lua-cffi): wrong version of libffi dependency#317
Conversation
|
Great job! No new security vulnerabilities introduced in this pull request |
omercier
previously approved these changes
Dec 29, 2025
749e081 to
084d5a0
Compare
omercier
previously approved these changes
Jan 2, 2026
tuntoja
reviewed
Jan 5, 2026
| @@ -1,4 +1,4 @@ | |||
| ARG REGISTRY_URL | |||
| ARG REGISTRY_URL=docker.io | |||
Contributor
There was a problem hiding this comment.
since the initial url is this https://github.com/centreon/centreon-stream-connector-scripts/blob/d1287cb06b89d96b420d3cff47b77e4ed69f1e67/.github/workflows/docker-packaging.yml#L48C11-L48C75
to avoid reaching the http calls quota at docker official registry, we may want to keep using the internal proxy
if this is to avoid the ARG error message, use the proxy url instead of docker official url
omercier
approved these changes
Jan 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
libffi7 is set as dependency for all debian/ubuntu distributions, but for debian 12 and ubuntu, only libffi8 is available.
And little updates :
Fixes CTOR-2125
Type of change
Target serie
How this pull request can be tested ?
Try to install the Kafka stream connector.
Checklist
Community contributors & Centreon team