-
-
Notifications
You must be signed in to change notification settings - Fork 215
Re-added php and ruby to the binary SBOMs #2277
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
Conversation
apt install -y curl | ||
- libc: musl | ||
image: alpine:3.16 | ||
image: php:8.4-alpine3.21 |
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.
Will this make our musl builds >= 3.21?
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.
It should not, but will check when I download a binary
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.
Runs just fine on 3.16. I believe it's the node binary that counts, which is still produced on an older images. I don't think the choice of image really influences the binary that is getting created, tbh.
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.
What about debian 12? I am surprised it will run on debian 11 since node-sqlite3 would be built against the latest glibc?
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.
I changed back to debian 11 in the latest commit. Not sure what you mean though, we've been using that for quite some time?
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.
my bad. didn't see the change.
Signed-off-by: Roland Asmann <[email protected]>
26fd0d8
to
faee040
Compare
PHP and ruby were not in the SBOM, because they were not working in the workflows. I made some changes and added them back now: