Skip to content

Update Container images - All - Major, minor and patch to v26.4.0#2471

Merged
AlexSkrypnyk merged 1 commit intomainfrom
deps/container-images-all-major-minor-patch
Apr 23, 2026
Merged

Update Container images - All - Major, minor and patch to v26.4.0#2471
AlexSkrypnyk merged 1 commit intomainfrom
deps/container-images-all-major-minor-patch

Conversation

@AlexSkrypnyk
Copy link
Copy Markdown
Member

@AlexSkrypnyk AlexSkrypnyk commented Apr 23, 2026

This PR contains the following updates:

Package Type Update Change
uselagoon/commons stage minor 26.3.026.4.0
uselagoon/mysql-8.4 final minor 26.3.026.4.0
uselagoon/nginx-drupal final minor 26.3.026.4.0
uselagoon/php-8.4-cli-drupal final minor 26.3.026.4.0
uselagoon/php-8.4-fpm final minor 26.3.026.4.0
uselagoon/solr-9-drupal final minor 26.3.026.4.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

uselagoon/lagoon-images (uselagoon/commons)

v26.4.0: lagoon-images 26.4.0

Compare Source

Notes on this release

A maintenance-heavy release focused on package parity and security updates. This version includes updates to MariaDB, OpenSearch, and Nginx/Varnish, alongside standard version bumps for PHP, Node, Python, and Ruby runtimes.

New/Deprecated/Removed Images

No images were introduced/deprecated/removed in this release.

Changes in this release
Package Updates
PHP related
Foundations
Databases / Caches / Search
Web / Runtime bases
Devops

Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • "before 3am"
  • 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 has been generated by Renovate Bot.

Summary by CodeRabbit

  • Chores
    • Updated Docker base images from version 26.3.0 to 26.4.0 across multiple container services (CLI, database, PHP FPM, Nginx, Solr, and security scanning).

| datasource | package                      | from   | to     |
| ---------- | ---------------------------- | ------ | ------ |
| docker     | uselagoon/commons            | 26.3.0 | 26.4.0 |
| docker     | uselagoon/mysql-8.4          | 26.3.0 | 26.4.0 |
| docker     | uselagoon/nginx-drupal       | 26.3.0 | 26.4.0 |
| docker     | uselagoon/php-8.4-cli-drupal | 26.3.0 | 26.4.0 |
| docker     | uselagoon/php-8.4-fpm        | 26.3.0 | 26.4.0 |
| docker     | uselagoon/solr-9-drupal      | 26.3.0 | 26.4.0 |
@AlexSkrypnyk AlexSkrypnyk added the Dependencies Pull request was raised automatically by a dependency bot label Apr 23, 2026
@github-project-automation github-project-automation Bot moved this to BACKLOG in Vortex Apr 23, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 23, 2026

Walkthrough

Version bumps applied across six Docker base image tags from 26.3.0 to 26.4.0, affecting ClamAV commons, PHP CLI/FPM, MySQL, Nginx, and Solr containers. One line changed per Dockerfile.

Changes

Cohort / File(s) Summary
Docker Base Image Version Bumps
.docker/clamav.dockerfile, .docker/cli.dockerfile, .docker/database.dockerfile, .docker/nginx-drupal.dockerfile, .docker/php.dockerfile, .docker/solr.dockerfile
Updated base image tags from 26.3.0 to 26.4.0 across all containerized services (commons, PHP CLI/FPM, MySQL, Nginx, Solr).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Poem

🐰 Hop, hop, the versions rise,
From 26.3.0 to new skies,
Six containers dance in sync,
One bump away from the brink! 🐳✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: updating all container images from v26.3.0 to v26.4.0 across multiple Dockerfiles.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch deps/container-images-all-major-minor-patch

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In @.docker/nginx-drupal.dockerfile:
- Line 14: The Dockerfile uses a mutable image tag in the FROM instruction
("uselagoon/nginx-drupal:26.4.0"); replace that tag with the pinned immutable
digest form (append
`@sha256`:04496e376d154c2de7213d41671d1e3c1c60378c928970ce07e096a04e90e83c) so the
FROM line becomes the digest-pinned reference to ensure reproducible builds, and
apply the same change to the other dockerfiles that use the same image pattern
(cli.dockerfile, php.dockerfile, solr.dockerfile, clamav.dockerfile) by updating
their FROM lines to use the corresponding `@sha256` digest.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 3c2f2b28-f656-4d94-beaf-c780120b53cd

📥 Commits

Reviewing files that changed from the base of the PR and between d8d71ab and 9caf349.

📒 Files selected for processing (6)
  • .docker/clamav.dockerfile
  • .docker/cli.dockerfile
  • .docker/database.dockerfile
  • .docker/nginx-drupal.dockerfile
  • .docker/php.dockerfile
  • .docker/solr.dockerfile

FROM ${CLI_IMAGE:-cli} AS cli

FROM uselagoon/nginx-drupal:26.3.0
FROM uselagoon/nginx-drupal:26.4.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🧹 Nitpick | 🔵 Trivial

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

repos=(
  "commons"
  "mysql-8.4"
  "nginx-drupal"
  "php-8.4-cli-drupal"
  "php-8.4-fpm"
  "solr-9-drupal"
)
tag="26.4.0"

for repo in "${repos[@]}"; do
  token="$(curl -fsSL "https://auth.docker.io/token?service=registry.docker.io&scope=repository:uselagoon/${repo}:pull" | jq -r '.token')"
  headers="$(curl -fsSI \
    -H "Authorization: Bearer ${token}" \
    -H "Accept: application/vnd.docker.distribution.manifest.v2+json" \
    "https://registry-1.docker.io/v2/uselagoon/${repo}/manifests/${tag}")"

  code="$(printf '%s\n' "${headers}" | awk 'NR==1 {print $2}')"
  digest="$(printf '%s\n' "${headers}" | awk -F': ' 'tolower($1)=="docker-content-digest"{print $2}' | tr -d '\r')"
  echo "uselagoon/${repo}:${tag} -> HTTP ${code}, digest=${digest}"
done

Repository: drevops/vortex

Length of output: 787


🏁 Script executed:

find .docker -name "*.dockerfile" -o -name "Dockerfile*" | head -20

Repository: drevops/vortex

Length of output: 213


🏁 Script executed:

cat -n .docker/nginx-drupal.dockerfile | head -20

Repository: drevops/vortex

Length of output: 670


🏁 Script executed:

rg "FROM uselagoon/" .docker

Repository: drevops/vortex

Length of output: 372


Pin immutable digest alongside tag for reproducible builds.

Line 14 uses a mutable tag reference. To ensure reproducible and secure builds, pin the immutable digest: FROM uselagoon/nginx-drupal:26.4.0@sha256:04496e376d154c2de7213d41671d1e3c1c60378c928970ce07e096a04e90e83c.

Note: Multiple other Dockerfiles in .docker/ follow the same pattern (cli.dockerfile, php.dockerfile, solr.dockerfile, clamav.dockerfile) and should be updated similarly.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In @.docker/nginx-drupal.dockerfile at line 14, The Dockerfile uses a mutable
image tag in the FROM instruction ("uselagoon/nginx-drupal:26.4.0"); replace
that tag with the pinned immutable digest form (append
`@sha256`:04496e376d154c2de7213d41671d1e3c1c60378c928970ce07e096a04e90e83c) so the
FROM line becomes the digest-pinned reference to ensure reproducible builds, and
apply the same change to the other dockerfiles that use the same image pattern
(cli.dockerfile, php.dockerfile, solr.dockerfile, clamav.dockerfile) by updating
their FROM lines to use the corresponding `@sha256` digest.

@github-actions
Copy link
Copy Markdown

Code coverage (threshold: 90%)

  Classes: 100.00% (1/1)
  Methods: 100.00% (2/2)
  Lines:   98.53% (201/204)
Per-class coverage
Drupal\ys_demo\Plugin\Block\CounterBlock
  Methods: 100.00% ( 2/ 2)   Lines: 100.00% ( 10/ 10)

@AlexSkrypnyk

This comment has been minimized.

2 similar comments
@AlexSkrypnyk

This comment has been minimized.

@AlexSkrypnyk
Copy link
Copy Markdown
Member Author

Code coverage (threshold: 90%)

  Classes: 100.00% (1/1)
  Methods: 100.00% (2/2)
  Lines:   98.53% (201/204)
Per-class coverage
Drupal\ys_demo\Plugin\Block\CounterBlock
  Methods: 100.00% ( 2/ 2)   Lines: 100.00% ( 10/ 10)

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.47%. Comparing base (d8d71ab) to head (9caf349).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2471      +/-   ##
==========================================
- Coverage   79.93%   79.47%   -0.46%     
==========================================
  Files         129      122       -7     
  Lines        6883     6724     -159     
  Branches       47        3      -44     
==========================================
- Hits         5502     5344     -158     
+ Misses       1381     1380       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@AlexSkrypnyk AlexSkrypnyk merged commit 20e96ca into main Apr 23, 2026
29 checks passed
@AlexSkrypnyk AlexSkrypnyk deleted the deps/container-images-all-major-minor-patch branch April 23, 2026 00:33
@github-project-automation github-project-automation Bot moved this from BACKLOG to Release queue in Vortex Apr 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull request was raised automatically by a dependency bot

Projects

Status: Release queue

Development

Successfully merging this pull request may close these issues.

1 participant