Skip to content

Remove nodejs debian12 builds#2024

Merged
loosebazooka merged 1 commit intomainfrom
byebyenodedeb12
Feb 27, 2026
Merged

Remove nodejs debian12 builds#2024
loosebazooka merged 1 commit intomainfrom
byebyenodedeb12

Conversation

@loosebazooka
Copy link
Member

Also fix slow test that was waiting for remote connection close instead of consuming the stream.

Also fix slow test that was waiting for remote connection close
instead of consuming the stream.

Signed-off-by: Appu Goundan <appu@google.com>
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, 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 refines the Node.js image ecosystem by deprecating and removing support for Debian 12, thereby standardizing on Debian 13 for future builds. Concurrently, it resolves a performance bottleneck in a test by correctly handling HTTP response streams, which improves test execution efficiency.

Highlights

  • Removed Node.js Debian 12 Builds: The pull request removes all configurations and documentation related to Node.js Debian 12 images, streamlining the build process to focus on Debian 13.
  • Fixed Slow Test: A slow test in check_certificate.js was identified and fixed by ensuring the HTTP response stream is consumed, preventing unnecessary delays.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • README.md
    • Removed entries for nodejs20-debian12.
    • Removed entries for nodejs22-debian12.
    • Removed entries for nodejs24-debian12.
  • nodejs/README.md
    • Updated the referenced base image from base to cc.
    • Removed references to Node.js v20 Debian 12 images.
    • Removed references to Node.js v22 Debian 12 images.
    • Removed references to Node.js v24 Debian 12 images.
  • nodejs/config.bzl
    • Removed "debian12" from the NODEJS_DISTROS list.
    • Deleted the entire debian12 configuration block from NODEJS_ARCHITECTURES.
Activity
  • No specific activity (comments, reviews, etc.) has been recorded for this pull request yet.
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request removes the Debian 12 builds for Node.js images, updating documentation, examples, and build configurations accordingly to use Debian 13 instead. It also includes a fix for a slow test in the Node.js test suite by ensuring the response stream is consumed. The changes for removing Debian 12 support are consistent and thorough. I've added one suggestion to improve error handling in the test that was modified.

@github-actions
Copy link
Contributor

🌳 🔧 Config Check

This pull request has modified the root BUILD

--- /dev/fd/63	2026-02-27 19:32:09.021747030 +0000
+++ /dev/fd/62	2026-02-27 19:32:09.021747030 +0000
@@ -398,30 +398,6 @@
 {REGISTRY}/{PROJECT_ID}/java25:nonroot-arm64 //java:java25_nonroot_arm64_debian13
 {REGISTRY}/{PROJECT_ID}/java25:nonroot-ppc64le //java:java25_nonroot_ppc64le_debian13
 {REGISTRY}/{PROJECT_ID}/java25:nonroot-s390x //java:java25_nonroot_s390x_debian13
-{REGISTRY}/{PROJECT_ID}/nodejs20-debian12:debug //nodejs:nodejs20_debug_root_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs20-debian12:debug-amd64 //nodejs:nodejs20_debug_root_amd64_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs20-debian12:debug-arm //nodejs:nodejs20_debug_root_arm_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs20-debian12:debug-arm64 //nodejs:nodejs20_debug_root_arm64_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs20-debian12:debug-nonroot //nodejs:nodejs20_debug_nonroot_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs20-debian12:debug-nonroot-amd64 //nodejs:nodejs20_debug_nonroot_amd64_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs20-debian12:debug-nonroot-arm //nodejs:nodejs20_debug_nonroot_arm_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs20-debian12:debug-nonroot-arm64 //nodejs:nodejs20_debug_nonroot_arm64_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs20-debian12:debug-nonroot-ppc64le //nodejs:nodejs20_debug_nonroot_ppc64le_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs20-debian12:debug-nonroot-s390x //nodejs:nodejs20_debug_nonroot_s390x_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs20-debian12:debug-ppc64le //nodejs:nodejs20_debug_root_ppc64le_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs20-debian12:debug-s390x //nodejs:nodejs20_debug_root_s390x_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs20-debian12:latest //nodejs:nodejs20_root_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs20-debian12:latest-amd64 //nodejs:nodejs20_root_amd64_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs20-debian12:latest-arm //nodejs:nodejs20_root_arm_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs20-debian12:latest-arm64 //nodejs:nodejs20_root_arm64_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs20-debian12:latest-ppc64le //nodejs:nodejs20_root_ppc64le_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs20-debian12:latest-s390x //nodejs:nodejs20_root_s390x_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs20-debian12:nonroot //nodejs:nodejs20_nonroot_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs20-debian12:nonroot-amd64 //nodejs:nodejs20_nonroot_amd64_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs20-debian12:nonroot-arm //nodejs:nodejs20_nonroot_arm_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs20-debian12:nonroot-arm64 //nodejs:nodejs20_nonroot_arm64_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs20-debian12:nonroot-ppc64le //nodejs:nodejs20_nonroot_ppc64le_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs20-debian12:nonroot-s390x //nodejs:nodejs20_nonroot_s390x_debian12
 {REGISTRY}/{PROJECT_ID}/nodejs20-debian13:debug //nodejs:nodejs20_debug_root_debian13
 {REGISTRY}/{PROJECT_ID}/nodejs20-debian13:debug-amd64 //nodejs:nodejs20_debug_root_amd64_debian13
 {REGISTRY}/{PROJECT_ID}/nodejs20-debian13:debug-arm //nodejs:nodejs20_debug_root_arm_debian13
@@ -470,30 +446,6 @@
 {REGISTRY}/{PROJECT_ID}/nodejs20:nonroot-arm64 //nodejs:nodejs20_nonroot_arm64_debian13
 {REGISTRY}/{PROJECT_ID}/nodejs20:nonroot-ppc64le //nodejs:nodejs20_nonroot_ppc64le_debian13
 {REGISTRY}/{PROJECT_ID}/nodejs20:nonroot-s390x //nodejs:nodejs20_nonroot_s390x_debian13
-{REGISTRY}/{PROJECT_ID}/nodejs22-debian12:debug //nodejs:nodejs22_debug_root_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs22-debian12:debug-amd64 //nodejs:nodejs22_debug_root_amd64_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs22-debian12:debug-arm //nodejs:nodejs22_debug_root_arm_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs22-debian12:debug-arm64 //nodejs:nodejs22_debug_root_arm64_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs22-debian12:debug-nonroot //nodejs:nodejs22_debug_nonroot_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs22-debian12:debug-nonroot-amd64 //nodejs:nodejs22_debug_nonroot_amd64_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs22-debian12:debug-nonroot-arm //nodejs:nodejs22_debug_nonroot_arm_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs22-debian12:debug-nonroot-arm64 //nodejs:nodejs22_debug_nonroot_arm64_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs22-debian12:debug-nonroot-ppc64le //nodejs:nodejs22_debug_nonroot_ppc64le_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs22-debian12:debug-nonroot-s390x //nodejs:nodejs22_debug_nonroot_s390x_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs22-debian12:debug-ppc64le //nodejs:nodejs22_debug_root_ppc64le_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs22-debian12:debug-s390x //nodejs:nodejs22_debug_root_s390x_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs22-debian12:latest //nodejs:nodejs22_root_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs22-debian12:latest-amd64 //nodejs:nodejs22_root_amd64_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs22-debian12:latest-arm //nodejs:nodejs22_root_arm_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs22-debian12:latest-arm64 //nodejs:nodejs22_root_arm64_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs22-debian12:latest-ppc64le //nodejs:nodejs22_root_ppc64le_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs22-debian12:latest-s390x //nodejs:nodejs22_root_s390x_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs22-debian12:nonroot //nodejs:nodejs22_nonroot_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs22-debian12:nonroot-amd64 //nodejs:nodejs22_nonroot_amd64_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs22-debian12:nonroot-arm //nodejs:nodejs22_nonroot_arm_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs22-debian12:nonroot-arm64 //nodejs:nodejs22_nonroot_arm64_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs22-debian12:nonroot-ppc64le //nodejs:nodejs22_nonroot_ppc64le_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs22-debian12:nonroot-s390x //nodejs:nodejs22_nonroot_s390x_debian12
 {REGISTRY}/{PROJECT_ID}/nodejs22-debian13:debug //nodejs:nodejs22_debug_root_debian13
 {REGISTRY}/{PROJECT_ID}/nodejs22-debian13:debug-amd64 //nodejs:nodejs22_debug_root_amd64_debian13
 {REGISTRY}/{PROJECT_ID}/nodejs22-debian13:debug-arm //nodejs:nodejs22_debug_root_arm_debian13
@@ -542,26 +494,6 @@
 {REGISTRY}/{PROJECT_ID}/nodejs22:nonroot-arm64 //nodejs:nodejs22_nonroot_arm64_debian13
 {REGISTRY}/{PROJECT_ID}/nodejs22:nonroot-ppc64le //nodejs:nodejs22_nonroot_ppc64le_debian13
 {REGISTRY}/{PROJECT_ID}/nodejs22:nonroot-s390x //nodejs:nodejs22_nonroot_s390x_debian13
-{REGISTRY}/{PROJECT_ID}/nodejs24-debian12:debug //nodejs:nodejs24_debug_root_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs24-debian12:debug-amd64 //nodejs:nodejs24_debug_root_amd64_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs24-debian12:debug-arm64 //nodejs:nodejs24_debug_root_arm64_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs24-debian12:debug-nonroot //nodejs:nodejs24_debug_nonroot_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs24-debian12:debug-nonroot-amd64 //nodejs:nodejs24_debug_nonroot_amd64_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs24-debian12:debug-nonroot-arm64 //nodejs:nodejs24_debug_nonroot_arm64_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs24-debian12:debug-nonroot-ppc64le //nodejs:nodejs24_debug_nonroot_ppc64le_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs24-debian12:debug-nonroot-s390x //nodejs:nodejs24_debug_nonroot_s390x_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs24-debian12:debug-ppc64le //nodejs:nodejs24_debug_root_ppc64le_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs24-debian12:debug-s390x //nodejs:nodejs24_debug_root_s390x_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs24-debian12:latest //nodejs:nodejs24_root_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs24-debian12:latest-amd64 //nodejs:nodejs24_root_amd64_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs24-debian12:latest-arm64 //nodejs:nodejs24_root_arm64_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs24-debian12:latest-ppc64le //nodejs:nodejs24_root_ppc64le_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs24-debian12:latest-s390x //nodejs:nodejs24_root_s390x_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs24-debian12:nonroot //nodejs:nodejs24_nonroot_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs24-debian12:nonroot-amd64 //nodejs:nodejs24_nonroot_amd64_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs24-debian12:nonroot-arm64 //nodejs:nodejs24_nonroot_arm64_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs24-debian12:nonroot-ppc64le //nodejs:nodejs24_nonroot_ppc64le_debian12
-{REGISTRY}/{PROJECT_ID}/nodejs24-debian12:nonroot-s390x //nodejs:nodejs24_nonroot_s390x_debian12
 {REGISTRY}/{PROJECT_ID}/nodejs24-debian13:debug //nodejs:nodejs24_debug_root_debian13
 {REGISTRY}/{PROJECT_ID}/nodejs24-debian13:debug-amd64 //nodejs:nodejs24_debug_root_amd64_debian13
 {REGISTRY}/{PROJECT_ID}/nodejs24-debian13:debug-arm64 //nodejs:nodejs24_debug_root_arm64_debian13

@github-actions
Copy link
Contributor

🌳 🔄 Image Check
This pull request doesn't make any changes to the images. 👍
You can check the details in the report here

@loosebazooka loosebazooka merged commit 017ef96 into main Feb 27, 2026
14 checks passed
@loosebazooka loosebazooka deleted the byebyenodedeb12 branch February 27, 2026 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants