Replace FROM scratch with ubuntu:24.04 in Dockerfiles#1477
Replace FROM scratch with ubuntu:24.04 in Dockerfiles#1477
Conversation
Scratch base images lack basic tooling and debugging capabilities. Use pinned ubuntu:24.04 LTS instead.
🦋 Changeset detectedLatest commit: c5f69e2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Summary of ChangesHello, 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 updates the base image in several Dockerfiles from Highlights
Changelog
Activity
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
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1477 +/- ##
==========================================
+ Coverage 52.77% 54.61% +1.84%
==========================================
Files 239 242 +3
Lines 13472 13554 +82
Branches 2787 2773 -14
==========================================
+ Hits 7110 7403 +293
+ Misses 5459 5226 -233
- Partials 903 925 +22 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Purpose
Scratch base images lack basic tooling and debugging capabilities, making container troubleshooting difficult. Replace with pinned Ubuntu 24.04 LTS for a consistent, debuggable base.
Changes
FROM scratchwithFROM ubuntu:24.04inlib/other/biowasm-tools/Dockerfile(multi-stage final stage)FROM scratchwithFROM ubuntu:24.04intests/package-builder/30.software-pkg/DockerfileFROM scratchwithFROM ubuntu:24.04intools/package-builder/src/__test__/DockerfileTests
No new tests — config-only Dockerfile change, covered by existing Docker build CI.