-
Notifications
You must be signed in to change notification settings - Fork 25
fix(lua-cffi): wrong version of libffi dependency #317
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
base: develop
Are you sure you want to change the base?
fix(lua-cffi): wrong version of libffi dependency #317
Conversation
|
Great job! No new security vulnerabilities introduced in this pull request |
749e081 to
084d5a0
Compare
| @@ -1,4 +1,4 @@ | |||
| ARG REGISTRY_URL | |||
| ARG REGISTRY_URL=docker.io | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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

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