Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2025

This PR contains the following updates:

Package Type Update Change
public.ecr.aws/lambda/nodejs final major 22-x86_64 -> 24-x86_64
public.ecr.aws/lambda/nodejs final major 20-x86_64 -> 24-x86_64
public.ecr.aws/lambda/nodejs final major 18-x86_64 -> 24-x86_64
public.ecr.aws/lambda/nodejs final major 16-x86_64 -> 24-x86_64

Configuration

📅 Schedule: Branch creation - At 06:00 PM through 11:59 PM and 12:00 AM through 09:59 AM ( * 18-23,0-9 * * * ) in timezone Europe/Kiev, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the backend label Nov 19, 2025
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@@ -1,4 +1,4 @@
FROM public.ecr.aws/lambda/nodejs:20-x86_64
FROM public.ecr.aws/lambda/nodejs:24-x86_64

Choose a reason for hiding this comment

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

P1 Badge Preserve advertised Node runtimes in node-x86_64 images*

The base image was bumped to public.ecr.aws/lambda/nodejs:24-x86_64, but this Dockerfile (and the other node16/18/22 variants) are still named and tagged as node20/node22 images. Building and publishing them now produces Node 24 Lambda runtimes under the node20/node22/node18/node16 tags, so users expecting those specific runtimes will silently get a different major version and potentially incompatible behavior. If the intent is to keep the older runtimes, the base tag should remain at 20/22/18/16; if upgrading to 24, the filenames/tags and README need to be updated accordingly.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

0 participants