Add Renovate workflow for Docker base image updates (UI scope)#4919
Open
ChengYanJin wants to merge 1 commit intodevelopment/133.0from
Open
Add Renovate workflow for Docker base image updates (UI scope)#4919ChengYanJin wants to merge 1 commit intodevelopment/133.0from
ChengYanJin wants to merge 1 commit intodevelopment/133.0from
Conversation
Keep Docker base images up to date automatically to prevent CVE from outdated base layers. Scoped to UI-related Dockerfiles only: shell-ui/, ui/, images/metalk8s-ui/. Runs on weekdays at 8am UTC. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Hello chengyanjin,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Contributor
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
Contributor
Author
|
/approve |
Contributor
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: The following options are set: approve |
Contributor
Renovate dry-run outputTwo PRs would be opened (only
|
| File | From | To | Type |
|---|---|---|---|
shell-ui/Dockerfile |
nginx:1.28.0-alpine |
nginx:1.30.0-alpine |
minor |
images/metalk8s-ui/Dockerfile |
nginx:1.15.8 |
nginx:1.30.0 |
minor |
improvement/renovate-node-22.x — Update Node.js to v22
| File | From | To | Type |
|---|---|---|---|
ui/Dockerfile |
node:20-alpine3.19 |
node:22-alpine3.19 |
major |
shell-ui/Dockerfile |
node:20-alpine3.19 |
node:22-alpine3.19 |
major |
Notes
images/metalk8s-ui/Dockerfileis on nginx 1.15.8 (2019-era). Labeled "minor" because the major doesn't change, but it spans ~15 stable releases — worth careful smoke-testing
of asset serving, TLS, and HTTP/2 behavior.- Node v20 → v22 is a real major bump. Typical breakage points: native module rebuilds,
cryptolegacy provider deprecations, fetch/streams semantics changes. Run the test suite
against the new image before merging. - Stats: 3 Dockerfiles, 4 deps total, folded into 2 grouped PRs.
Optional: bundle into a single PR
Add this to renovate.json packageRules:
{
"matchManagers": ["dockerfile"],
"groupName": "ui-base-images"
}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
shell-ui/,ui/,images/metalk8s-ui/)/approvecommentTest plan
🤖 Generated with Claude Code