chore: update pinned packages for reproducible build#398
chore: update pinned packages for reproducible build#398think-in-universe merged 3 commits intomainfrom
Conversation
Summary of ChangesHello @think-in-universe, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request performs a routine maintenance update of pinned Debian packages across both builder and runtime environments. The changes primarily involve minor version bumps and the application of security patches and bug fixes to a wide array of system libraries and utilities. This ensures the project's dependencies remain current, secure, and stable. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
PR Review - Security Package UpdatesThis PR updates pinned Debian 12 packages with recent security patches and dependency updates. No critical issues found. ✅ Key Updates:
Observations:✅ No functional code changes - only version bumps in package manifest files These updates are part of normal Debian 12 security maintenance and pose no compatibility or deployment risks. Status: ✅ Approved |
There was a problem hiding this comment.
Code Review
This pull request updates pinned Debian packages. However, there are several version inconsistencies for shared dependencies between the builder (pinned-packages-builder.txt) and runtime (pinned-packages-runtime.txt) environments. For example:
curland relatedlibcurlpackages are newer in the builder.openssland relatedlibsslpackages are older in the builder.
This can lead to subtle and hard-to-debug issues. It is crucial to maintain version alignment for shared dependencies across both environments. I've added specific comments highlighting these issues and suggesting corrections.
There was a problem hiding this comment.
Pull request overview
Updates the repository’s Debian package pin lists used for reproducible builder/runtime container builds.
Changes:
- Bumps runtime pins for
libssl3andopensslto newer Debian Bookworm security/point-release versions. - Refreshes a broad set of builder-stage pinned package versions (core system libs/tools like
glibc,curl,gnupg,krb5,perl, etc.).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pinned-packages-runtime.txt | Updates runtime image OpenSSL-related pinned package versions. |
| pinned-packages-builder.txt | Refreshes the pinned package set used for the builder stage, aligning with newer Debian package revisions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
This PR fixes the reproducible build issue between CI and dev server:
Note
Aligns CI and local reproducible builds and updates pinned dependencies to match the built image.
build-image.shinstead ofdocker-build.shbuild-image.shto build OCI image viadocker buildx(BuildKit v0.20.2), optionally push withskopeo, and extract package lists from the built image intopinned-packages-*.txtpinned-packages-builder.txtandpinned-packages-runtime.txtwith many patch/minor updates (e.g.,openssl/libssl,curl,gnupg,glib2,imagemagick, MariaDB libs, kernel headers); versions now reflect the actual installed packagesWritten by Cursor Bugbot for commit 2982641. This will update automatically on new commits. Configure here.